c

cryptography-core

A package which provides an intuitive and simple API for encryption/decryption
https://github.com/compilit/compilit-commons/tree/main/cryptography-core
MIT
Bastiën Bonsel
Files download
File Operation
cryptography-core-0.2.0.jar download
cryptography-core-0.2.0.pom download
cryptography-core-0.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.compilit</groupId>
  <artifactId>cryptography-core</artifactId>
  <version>0.2.0</version>
</dependency>
Gradle Groovy
implementation 'com.compilit:cryptography-core:0.2.0'
Gradle Kotlin
implementation("com.compilit:cryptography-core:0.2.0")
Scala SBT
libraryDependencies += "com.compilit" % "cryptography-core" % "0.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.compilit', module='cryptography-core', version='0.2.0')
)
Apache Ivy
<dependency org="com.compilit" name="cryptography-core" rev="0.2.0" />
Leiningen
[com.compilit/cryptography-core "0.2.0"]
Apache Buildr
'com.compilit:cryptography-core:jar:0.2.0'