GroupId | GroupIdcom.jd.blockchain |
---|---|
ArtifactId | ArtifactIdcrypto-sm |
Version | Version1.3.0.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
crypto-sm-1.3.0.RELEASE.pom | |
crypto-sm-1.3.0.RELEASE.jar | 18 KB |
crypto-sm-1.3.0.RELEASE-sources.jar | 11 KB |
crypto-sm-1.3.0.RELEASE-javadoc.jar | 67 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jd.blockchain/crypto-sm/ -->
<dependency>
<groupId>com.jd.blockchain</groupId>
<artifactId>crypto-sm</artifactId>
<version>1.3.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.jd.blockchain/crypto-sm/
implementation 'com.jd.blockchain:crypto-sm:1.3.0.RELEASE'
// https://jarcasting.com/artifacts/com.jd.blockchain/crypto-sm/
implementation ("com.jd.blockchain:crypto-sm:1.3.0.RELEASE")
'com.jd.blockchain:crypto-sm:jar:1.3.0.RELEASE'
<dependency org="com.jd.blockchain" name="crypto-sm" rev="1.3.0.RELEASE">
<artifact name="crypto-sm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jd.blockchain', module='crypto-sm', version='1.3.0.RELEASE')
)
libraryDependencies += "com.jd.blockchain" % "crypto-sm" % "1.3.0.RELEASE"
[com.jd.blockchain/crypto-sm "1.3.0.RELEASE"]