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