| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.jd.blockchain | 
    
| ArtifactId | ArtifactIdstorage | 
    
| Version | Version1.5.0.RELEASE | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionRoot project of jdchain framewrok. 
         | 
    
| Project URL | 
                    Project URL | 
            
| Filename | Size | 
|---|---|
| storage-1.5.0.RELEASE.pom | 551 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.jd.blockchain/storage/ -->
<dependency>
    <groupId>com.jd.blockchain</groupId>
    <artifactId>storage</artifactId>
    <version>1.5.0.RELEASE</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/com.jd.blockchain/storage/
implementation 'com.jd.blockchain:storage:1.5.0.RELEASE'
                // https://jarcasting.com/artifacts/com.jd.blockchain/storage/
implementation ("com.jd.blockchain:storage:1.5.0.RELEASE")
                'com.jd.blockchain:storage:pom:1.5.0.RELEASE'
                <dependency org="com.jd.blockchain" name="storage" rev="1.5.0.RELEASE">
  <artifact name="storage" type="pom" />
</dependency>
                @Grapes(
@Grab(group='com.jd.blockchain', module='storage', version='1.5.0.RELEASE')
)
                libraryDependencies += "com.jd.blockchain" % "storage" % "1.5.0.RELEASE"
                [com.jd.blockchain/storage "1.5.0.RELEASE"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 | 
| org.mockito : mockito-core | jar | 3.9.0 |