GroupId | GroupIdcom.jd.blockchain |
---|---|
ArtifactId | ArtifactIdjdchain-root |
Version | Version1.1.2.RELEASE |
Type | Typepom |
Filename | Size |
---|---|
jdchain-root-1.1.2.RELEASE.pom | 15 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jd.blockchain/jdchain-root/ -->
<dependency>
<groupId>com.jd.blockchain</groupId>
<artifactId>jdchain-root</artifactId>
<version>1.1.2.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.jd.blockchain/jdchain-root/
implementation 'com.jd.blockchain:jdchain-root:1.1.2.RELEASE'
// https://jarcasting.com/artifacts/com.jd.blockchain/jdchain-root/
implementation ("com.jd.blockchain:jdchain-root:1.1.2.RELEASE")
'com.jd.blockchain:jdchain-root:pom:1.1.2.RELEASE'
<dependency org="com.jd.blockchain" name="jdchain-root" rev="1.1.2.RELEASE">
<artifact name="jdchain-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.jd.blockchain', module='jdchain-root', version='1.1.2.RELEASE')
)
libraryDependencies += "com.jd.blockchain" % "jdchain-root" % "1.1.2.RELEASE"
[com.jd.blockchain/jdchain-root "1.1.2.RELEASE"]