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