| GroupId | GroupIdcom.jd.blockchain | 
    
|---|---|
| ArtifactId | ArtifactIdcrypto-utils-sm | 
    
| Version | Version1.4.0.RELEASE | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/com.jd.blockchain/crypto-utils-sm/ -->
<dependency>
    <groupId>com.jd.blockchain</groupId>
    <artifactId>crypto-utils-sm</artifactId>
    <version>1.4.0.RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/com.jd.blockchain/crypto-utils-sm/
implementation 'com.jd.blockchain:crypto-utils-sm:1.4.0.RELEASE'
                // https://jarcasting.com/artifacts/com.jd.blockchain/crypto-utils-sm/
implementation ("com.jd.blockchain:crypto-utils-sm:1.4.0.RELEASE")
                'com.jd.blockchain:crypto-utils-sm:jar:1.4.0.RELEASE'
                <dependency org="com.jd.blockchain" name="crypto-utils-sm" rev="1.4.0.RELEASE">
  <artifact name="crypto-utils-sm" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.jd.blockchain', module='crypto-utils-sm', version='1.4.0.RELEASE')
)
                libraryDependencies += "com.jd.blockchain" % "crypto-utils-sm" % "1.4.0.RELEASE"
                [com.jd.blockchain/crypto-utils-sm "1.4.0.RELEASE"]