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