c

crypto-core

A simple fast encryption library for the JVM uses standard best practices and standard JVM classes
https://github.com/gerritjvv/crypto/crypto-core
Apache License, Version 2.0
Files download
File Operation
crypto-core-1.1.0.jar download
crypto-core-1.1.0.pom download
crypto-core-1.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.gerritjvv</groupId>
  <artifactId>crypto-core</artifactId>
  <version>1.1.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.gerritjvv:crypto-core:1.1.0'
Gradle Kotlin
implementation("com.github.gerritjvv:crypto-core:1.1.0")
Scala SBT
libraryDependencies += "com.github.gerritjvv" % "crypto-core" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.gerritjvv', module='crypto-core', version='1.1.0')
)
Apache Ivy
<dependency org="com.github.gerritjvv" name="crypto-core" rev="1.1.0" />
Leiningen
[com.github.gerritjvv/crypto-core "1.1.0"]
Apache Buildr
'com.github.gerritjvv:crypto-core:jar:1.1.0'