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