s

sm-crypto-conflictless

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-conflictless-1.1.0.jar 下载
sm-crypto-conflictless-1.1.0.pom 下载
sm-crypto-conflictless-1.1.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.shepherdviolet</groupId>
  <artifactId>sm-crypto-conflictless</artifactId>
  <version>1.1.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.shepherdviolet:sm-crypto-conflictless:1.1.0'
Gradle Kotlin
implementation("com.github.shepherdviolet:sm-crypto-conflictless:1.1.0")
Scala SBT
libraryDependencies += "com.github.shepherdviolet" % "sm-crypto-conflictless" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.shepherdviolet', module='sm-crypto-conflictless', version='1.1.0')
)
Apache Ivy
<dependency org="com.github.shepherdviolet" name="sm-crypto-conflictless" rev="1.1.0" />
Leiningen
[com.github.shepherdviolet/sm-crypto-conflictless "1.1.0"]
Apache Buildr
'com.github.shepherdviolet:sm-crypto-conflictless:jar:1.1.0'