is not current version
Last Version 1.4.0.RELEASE

com.jd.blockchain:utils 1.1.0.RELEASE


GroupId

GroupId

com.jd.blockchain
ArtifactId

ArtifactId

utils
Version

Version

1.1.0.RELEASE
Type

Type

pom

Download utils 1.1.0.RELEASE

Filename Size
utils-1.1.0.RELEASE.pom 1 KB
Browse

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