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