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