文件下载
文件名 操作
cipher-null-3.0.0-549.jar 下载
cipher-null-3.0.0-549.pom 下载
cipher-null-3.0.0-549-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.cafapi.cipher</groupId>
  <artifactId>cipher-null</artifactId>
  <version>3.0.0-549</version>
</dependency>
Gradle Groovy
implementation 'com.github.cafapi.cipher:cipher-null:3.0.0-549'
Gradle Kotlin
implementation("com.github.cafapi.cipher:cipher-null:3.0.0-549")
Scala SBT
libraryDependencies += "com.github.cafapi.cipher" % "cipher-null" % "3.0.0-549"
Groovy Grape
@Grapes(
  @Grab(group='com.github.cafapi.cipher', module='cipher-null', version='3.0.0-549')
)
Apache Ivy
<dependency org="com.github.cafapi.cipher" name="cipher-null" rev="3.0.0-549" />
Leiningen
[com.github.cafapi.cipher/cipher-null "3.0.0-549"]
Apache Buildr
'com.github.cafapi.cipher:cipher-null:jar:3.0.0-549'