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