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