is not current version
Last Version 1.6.4.RELEASE

com.jd.blockchain:contract 0.8.2.RELEASE


GroupId

GroupId

com.jd.blockchain
ArtifactId

ArtifactId

contract
Version

Version

0.8.2.RELEASE
Type

Type

pom

Download contract 0.8.2.RELEASE

Filename Size
contract-0.8.2.RELEASE.pom 644 bytes
Browse

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