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