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