is not current version
Last Version 1.6.4.RELEASE

com.jd.blockchain:contract 1.0.1.RELEASE


GroupId

GroupId

com.jd.blockchain
ArtifactId

ArtifactId

contract
Version

Version

1.0.1.RELEASE
Type

Type

pom

Download contract 1.0.1.RELEASE

Filename Size
contract-1.0.1.RELEASE.pom 649 bytes
Browse

<!-- https://jarcasting.com/artifacts/com.jd.blockchain/contract/ -->
<dependency>
    <groupId>com.jd.blockchain</groupId>
    <artifactId>contract</artifactId>
    <version>1.0.1.RELEASE</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.jd.blockchain/contract/
implementation 'com.jd.blockchain:contract:1.0.1.RELEASE'
// https://jarcasting.com/artifacts/com.jd.blockchain/contract/
implementation ("com.jd.blockchain:contract:1.0.1.RELEASE")
'com.jd.blockchain:contract:pom:1.0.1.RELEASE'
<dependency org="com.jd.blockchain" name="contract" rev="1.0.1.RELEASE">
  <artifact name="contract" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.jd.blockchain', module='contract', version='1.0.1.RELEASE')
)
libraryDependencies += "com.jd.blockchain" % "contract" % "1.0.1.RELEASE"
[com.jd.blockchain/contract "1.0.1.RELEASE"]