Files download
File Operation
encrypt-1.2.2.jar download
encrypt-1.2.2.pom download
encrypt-1.2.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.shaohuizhe</groupId>
  <artifactId>encrypt</artifactId>
  <version>1.2.2</version>
</dependency>
Gradle Groovy
implementation 'io.github.shaohuizhe:encrypt:1.2.2'
Gradle Kotlin
implementation("io.github.shaohuizhe:encrypt:1.2.2")
Scala SBT
libraryDependencies += "io.github.shaohuizhe" % "encrypt" % "1.2.2"
Groovy Grape
@Grapes(
  @Grab(group='io.github.shaohuizhe', module='encrypt', version='1.2.2')
)
Apache Ivy
<dependency org="io.github.shaohuizhe" name="encrypt" rev="1.2.2" />
Leiningen
[io.github.shaohuizhe/encrypt "1.2.2"]
Apache Buildr
'io.github.shaohuizhe:encrypt:jar:1.2.2'
Dependencies