Skip to content

shepherdviolet/glacimon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Glacimon 2026.0.0



Glacimon


Module: glacimon-spi-core

GlacimonSpi is an implementation of service provider interface feature. It can make your library expandable.


Module: glacimon-bom

BOM for maven



Glacijava (Glacimon for Java)


Module: glacijava-common

Common utils for Java

  • Check / Time / Closeable / Properties ... utils

Module: glacijava-crypto

Depends Depends

More crypto features (depends on bouncy-castle)


Module: glacijava-trace

Depends Depends

Log tracing utils



Glacispring (Glacimon for Java Spring)


Module: glacispring-common

Depends Depends Depends

Common utils for Java Spring and third-party libraries


Module: glacispring-httpclient

Depends Depends

HTTP client supporting load-balancing / backend health-checking / circuit-breaking / custom-dns


Module: glacispring-helper

Depends Depends

Helpers for third-party libraries


Module: glacispring-txtimer

Depends Depends

Simple time-consuming statistics



Import dependencies from maven repository

repositories {
    //In mavenCentral
    mavenCentral()
}
dependencies {
    implementation 'com.github.shepherdviolet.glacimon:glacimon-spi-core:?'
    
    implementation 'com.github.shepherdviolet.glacimon:glacijava-common:?'
    implementation 'com.github.shepherdviolet.glacimon:glacijava-crypto:?'
    implementation 'com.github.shepherdviolet.glacimon:glacijava-trace:?'
    
    implementation 'com.github.shepherdviolet.glacimon:glacispring-common:?'
    implementation 'com.github.shepherdviolet.glacimon:glacispring-httpclient:?'
    implementation 'com.github.shepherdviolet.glacimon:glacispring-txtimer:?'
    implementation 'com.github.shepherdviolet.glacimon:glacispring-helper:?'
}
    <dependency>    
        <groupId>com.github.shepherdviolet.glacimon</groupId>
        <artifactId>glacimon-spi-core</artifactId>
        <version>?</version> 
    </dependency>
    
    <dependency>    
        <groupId>com.github.shepherdviolet.glacimon</groupId>
        <artifactId>glacijava-common</artifactId>
        <version>?</version> 
    </dependency>
    <dependency>    
        <groupId>com.github.shepherdviolet.glacimon</groupId>
        <artifactId>glacijava-crypto</artifactId>
        <version>?</version> 
    </dependency>
    <dependency>    
        <groupId>com.github.shepherdviolet.glacimon</groupId>
        <artifactId>glacijava-trace</artifactId>
        <version>?</version> 
    </dependency>
    
    <dependency>
        <groupId>com.github.shepherdviolet.glacimon</groupId>
        <artifactId>glacispring-common</artifactId>
        <version>?</version>
    </dependency>
    <dependency>
        <groupId>com.github.shepherdviolet.glacimon</groupId>
        <artifactId>glacispring-httpclient</artifactId>
        <version>?</version>
    </dependency>
    <dependency>
        <groupId>com.github.shepherdviolet.glacimon</groupId>
        <artifactId>glacispring-txtimer</artifactId>
        <version>?</version>
    </dependency>
    <dependency>
        <groupId>com.github.shepherdviolet.glacimon</groupId>
        <artifactId>glacispring-helper</artifactId>
        <version>?</version>
    </dependency>

About

glacimon / glacimon-spi / glacijava / glacispring: Comprehensive Java library

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages