c

cryptography

Cryptogram related.
Mulan Public License,Version 2
Files download
File Operation
cryptography-1.1.0.jar download
cryptography-1.1.0.pom download
cryptography-1.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.futureble.security</groupId>
  <artifactId>cryptography</artifactId>
  <version>1.1.0</version>
</dependency>
Gradle Groovy
implementation 'com.futureble.security:cryptography:1.1.0'
Gradle Kotlin
implementation("com.futureble.security:cryptography:1.1.0")
Scala SBT
libraryDependencies += "com.futureble.security" % "cryptography" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.futureble.security', module='cryptography', version='1.1.0')
)
Apache Ivy
<dependency org="com.futureble.security" name="cryptography" rev="1.1.0" />
Leiningen
[com.futureble.security/cryptography "1.1.0"]
Apache Buildr
'com.futureble.security:cryptography:jar:1.1.0'