Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Apr 13, 2022. It is now read-only.

shepherdviolet/thistle

Repository files navigation

Thistle 22.1.0 (No longer maintained)

Language grade: Java

  • No longer maintained, superseded by https://github.com/shepherdviolet/glacimon
  • 不再维护, 请用新项目: https://github.com/shepherdviolet/glacimon
  • Comprehensive Java common library (Java7+)
  • Github Home
  • Search in Maven Central
  • PGP Key


Module 'thistle-common'

Depends

Core module of thistle

Data structure

Crypto utils

Reflect utils

Misc utils


Module 'thistle-crypto-plus'

Depends Depends

The module has more crypto features (depends on bouncy-castle)

Crypto utils


Module 'thistle-trace'

Depends Depends

The module for tracing

Tracing utils



Import dependencies from maven repository

repositories {
    //Thistle in mavenCentral
    mavenCentral()
}
dependencies {
    compile 'com.github.shepherdviolet:thistle-common:?'
    compile 'com.github.shepherdviolet:thistle-crypto-plus:?'
    compile 'com.github.shepherdviolet:thistle-trace:?'
}
    <dependency>    
        <groupId>com.github.shepherdviolet</groupId>
        <artifactId>thistle-common</artifactId>
        <version>?</version> 
    </dependency>
    <dependency>    
        <groupId>com.github.shepherdviolet</groupId>
        <artifactId>thistle-crypto-plus</artifactId>
        <version>?</version> 
    </dependency>
    <dependency>    
        <groupId>com.github.shepherdviolet</groupId>
        <artifactId>thistle-trace</artifactId>
        <version>?</version> 
    </dependency>

About

No longer maintained, superseded by https://github.com/shepherdviolet/glacimon | 不再维护

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published