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