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