| License |
License |
|---|---|
| Categories |
CategoriesAnt Build Tools |
| GroupId | GroupIdcom.antherd |
| ArtifactId | ArtifactIdsm-crypto |
| Last Version | Last Version0.3.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionsm-crypto
国密算法sm2、sm3和sm4的java版
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| sm-crypto-0.3.2.pom | |
| sm-crypto-0.3.2.jar | 28 KB |
| sm-crypto-0.3.2-sources.jar | 22 KB |
| sm-crypto-0.3.2-javadoc.jar | 72 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.antherd/sm-crypto/ -->
<dependency>
<groupId>com.antherd</groupId>
<artifactId>sm-crypto</artifactId>
<version>0.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.antherd/sm-crypto/
implementation 'com.antherd:sm-crypto:0.3.2'
// https://jarcasting.com/artifacts/com.antherd/sm-crypto/
implementation ("com.antherd:sm-crypto:0.3.2")
'com.antherd:sm-crypto:jar:0.3.2'
<dependency org="com.antherd" name="sm-crypto" rev="0.3.2">
<artifact name="sm-crypto" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.antherd', module='sm-crypto', version='0.3.2')
)
libraryDependencies += "com.antherd" % "sm-crypto" % "0.3.2"
[com.antherd/sm-crypto "0.3.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |