is not current version
Last Version 1.6.4.RELEASE

com.jd.blockchain:storage 1.2.0.RELEASE


GroupId

GroupId

com.jd.blockchain
ArtifactId

ArtifactId

storage
Version

Version

1.2.0.RELEASE
Type

Type

pom

Download storage 1.2.0.RELEASE

Filename Size
storage-1.2.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.2.0.RELEASE</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.jd.blockchain/storage/
implementation 'com.jd.blockchain:storage:1.2.0.RELEASE'
// https://jarcasting.com/artifacts/com.jd.blockchain/storage/
implementation ("com.jd.blockchain:storage:1.2.0.RELEASE")
'com.jd.blockchain:storage:pom:1.2.0.RELEASE'
<dependency org="com.jd.blockchain" name="storage" rev="1.2.0.RELEASE">
  <artifact name="storage" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.jd.blockchain', module='storage', version='1.2.0.RELEASE')
)
libraryDependencies += "com.jd.blockchain" % "storage" % "1.2.0.RELEASE"
[com.jd.blockchain/storage "1.2.0.RELEASE"]