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