文件下载
文件名 操作
bouncy-castle-bcfips-3.2.1.2.jar 下载
bouncy-castle-bcfips-3.2.1.2.pom 下载
bouncy-castle-bcfips-3.2.1.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.streamnative</groupId>
  <artifactId>bouncy-castle-bcfips</artifactId>
  <version>3.2.1.2</version>
</dependency>
Gradle Groovy
implementation 'io.streamnative:bouncy-castle-bcfips:3.2.1.2'
Gradle Kotlin
implementation("io.streamnative:bouncy-castle-bcfips:3.2.1.2")
Scala SBT
libraryDependencies += "io.streamnative" % "bouncy-castle-bcfips" % "3.2.1.2"
Groovy Grape
@Grapes(
  @Grab(group='io.streamnative', module='bouncy-castle-bcfips', version='3.2.1.2')
)
Apache Ivy
<dependency org="io.streamnative" name="bouncy-castle-bcfips" rev="3.2.1.2" />
Leiningen
[io.streamnative/bouncy-castle-bcfips "3.2.1.2"]
Apache Buildr
'io.streamnative:bouncy-castle-bcfips:jar:3.2.1.2'