t

toolbox-crypto

toolbox-crypto 加密解密
Files download
File Operation
toolbox-crypto-2.7.9.jar download
toolbox-crypto-2.7.9.pom download
toolbox-crypto-2.7.9-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.hughwick</groupId>
  <artifactId>toolbox-crypto</artifactId>
  <version>2.7.9</version>
</dependency>
Gradle Groovy
implementation 'com.github.hughwick:toolbox-crypto:2.7.9'
Gradle Kotlin
implementation("com.github.hughwick:toolbox-crypto:2.7.9")
Scala SBT
libraryDependencies += "com.github.hughwick" % "toolbox-crypto" % "2.7.9"
Groovy Grape
@Grapes(
  @Grab(group='com.github.hughwick', module='toolbox-crypto', version='2.7.9')
)
Apache Ivy
<dependency org="com.github.hughwick" name="toolbox-crypto" rev="2.7.9" />
Leiningen
[com.github.hughwick/toolbox-crypto "2.7.9"]
Apache Buildr
'com.github.hughwick:toolbox-crypto:jar:2.7.9'