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