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