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