| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.jd.blockchain | 
    
| ArtifactId | ArtifactIdcrypto-base | 
    
| Version | Version1.6.2.RELEASE | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionRoot project of jdchain framewrok. 
         | 
    
| Project URL | 
                    Project URL | 
            
| Filename | Size | 
|---|---|
| crypto-base-1.6.2.RELEASE.pom | |
| crypto-base-1.6.2.RELEASE.jar | 12 KB | 
| crypto-base-1.6.2.RELEASE-sources.jar | 8 KB | 
| crypto-base-1.6.2.RELEASE-javadoc.jar | 88 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.jd.blockchain/crypto-base/ -->
<dependency>
    <groupId>com.jd.blockchain</groupId>
    <artifactId>crypto-base</artifactId>
    <version>1.6.2.RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/com.jd.blockchain/crypto-base/
implementation 'com.jd.blockchain:crypto-base:1.6.2.RELEASE'
                // https://jarcasting.com/artifacts/com.jd.blockchain/crypto-base/
implementation ("com.jd.blockchain:crypto-base:1.6.2.RELEASE")
                'com.jd.blockchain:crypto-base:jar:1.6.2.RELEASE'
                <dependency org="com.jd.blockchain" name="crypto-base" rev="1.6.2.RELEASE">
  <artifact name="crypto-base" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.jd.blockchain', module='crypto-base', version='1.6.2.RELEASE')
)
                libraryDependencies += "com.jd.blockchain" % "crypto-base" % "1.6.2.RELEASE"
                [com.jd.blockchain/crypto-base "1.6.2.RELEASE"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.jd.blockchain : crypto-framework | jar | 1.6.2.RELEASE | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 | 
| org.mockito : mockito-core | jar | 3.9.0 |