s

sm-crypto-api

Conflict less SM2/SM3/SM4 crypto utils (bouncycastle and glacijava-crypto inside), will not conflict with the bouncycastle of your project (Isolate with ClassLoader)
https://github.com/shepherdviolet/sm-crypto-conflictless
The Apache Software License, Version 2.0
Shepherd Violet
文件下载
文件名 操作
sm-crypto-api-1.1.0.jar 下载
sm-crypto-api-1.1.0.pom 下载
sm-crypto-api-1.1.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.shepherdviolet</groupId>
  <artifactId>sm-crypto-api</artifactId>
  <version>1.1.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.shepherdviolet:sm-crypto-api:1.1.0'
Gradle Kotlin
implementation("com.github.shepherdviolet:sm-crypto-api:1.1.0")
Scala SBT
libraryDependencies += "com.github.shepherdviolet" % "sm-crypto-api" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.shepherdviolet', module='sm-crypto-api', version='1.1.0')
)
Apache Ivy
<dependency org="com.github.shepherdviolet" name="sm-crypto-api" rev="1.1.0" />
Leiningen
[com.github.shepherdviolet/sm-crypto-api "1.1.0"]
Apache Buildr
'com.github.shepherdviolet:sm-crypto-api:jar:1.1.0'
本项目依赖
该项目无第三方依赖