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