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