b

bc-clj

Clojure wrapper for Bouncy Castle.
https://github.com/sebhoss/bc-clj
Files download
File Operation
bc-clj-1.0.1.jar download
bc-clj-1.0.1.pom download
bc-clj-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.sebhoss</groupId>
  <artifactId>bc-clj</artifactId>
  <version>1.0.1</version>
  <type>clojure</type>
</dependency>
Gradle Groovy
implementation 'com.github.sebhoss:bc-clj:1.0.1'
Gradle Kotlin
implementation("com.github.sebhoss:bc-clj:1.0.1")
Scala SBT
libraryDependencies += "com.github.sebhoss" % "bc-clj" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.sebhoss', module='bc-clj', version='1.0.1')
)
Apache Ivy
<dependency org="com.github.sebhoss" name="bc-clj" rev="1.0.1" />
Leiningen
[com.github.sebhoss/bc-clj "1.0.1"]
Apache Buildr
'com.github.sebhoss:bc-clj:jar:1.0.1'