j

jabit-cryptography-bouncy

The Cryptography implementation using bouncy castle
https://github.com/Dissem/Jabit
The Apache License, Version 2.0
Christian Basler
Files download
File Operation
jabit-cryptography-bouncy-2.0.4.jar download
jabit-cryptography-bouncy-2.0.4.pom download
jabit-cryptography-bouncy-2.0.4-sources.jar download
Apache Maven
<dependency>
  <groupId>ch.dissem.jabit</groupId>
  <artifactId>jabit-cryptography-bouncy</artifactId>
  <version>2.0.4</version>
</dependency>
Gradle Groovy
implementation 'ch.dissem.jabit:jabit-cryptography-bouncy:2.0.4'
Gradle Kotlin
implementation("ch.dissem.jabit:jabit-cryptography-bouncy:2.0.4")
Scala SBT
libraryDependencies += "ch.dissem.jabit" % "jabit-cryptography-bouncy" % "2.0.4"
Groovy Grape
@Grapes(
  @Grab(group='ch.dissem.jabit', module='jabit-cryptography-bouncy', version='2.0.4')
)
Apache Ivy
<dependency org="ch.dissem.jabit" name="jabit-cryptography-bouncy" rev="2.0.4" />
Leiningen
[ch.dissem.jabit/jabit-cryptography-bouncy "2.0.4"]
Apache Buildr
'ch.dissem.jabit:jabit-cryptography-bouncy:jar:2.0.4'