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