Files download
File Operation
bouncy-castle-bc-4.0.0.10.jar download
bouncy-castle-bc-4.0.0.10.pom download
bouncy-castle-bc-4.0.0.10-sources.jar download
Apache Maven
<dependency>
  <groupId>io.streamnative</groupId>
  <artifactId>bouncy-castle-bc</artifactId>
  <version>4.0.0.10</version>
</dependency>
Gradle Groovy
implementation 'io.streamnative:bouncy-castle-bc:4.0.0.10'
Gradle Kotlin
implementation("io.streamnative:bouncy-castle-bc:4.0.0.10")
Scala SBT
libraryDependencies += "io.streamnative" % "bouncy-castle-bc" % "4.0.0.10"
Groovy Grape
@Grapes(
  @Grab(group='io.streamnative', module='bouncy-castle-bc', version='4.0.0.10')
)
Apache Ivy
<dependency org="io.streamnative" name="bouncy-castle-bc" rev="4.0.0.10" />
Leiningen
[io.streamnative/bouncy-castle-bc "4.0.0.10"]
Apache Buildr
'io.streamnative:bouncy-castle-bc:jar:4.0.0.10'