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