b

bcutil-jdk15to18

The Bouncy Castle Java APIs for ASN.1 extension and utility APIs used to support bcpkix and bctls. This jar contains APIs for JDK 1.5 to JDK 1.8.
http://www.bouncycastle.org/java.html
Bouncy Castle Licence
The Legion of the Bouncy Castle Inc.
文件下载
文件名 操作
bcutil-jdk15to18-1.71.jar 下载
bcutil-jdk15to18-1.71.pom 下载
bcutil-jdk15to18-1.71-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.bouncycastle</groupId>
  <artifactId>bcutil-jdk15to18</artifactId>
  <version>1.71</version>
</dependency>
Gradle Groovy
implementation 'org.bouncycastle:bcutil-jdk15to18:1.71'
Gradle Kotlin
implementation("org.bouncycastle:bcutil-jdk15to18:1.71")
Scala SBT
libraryDependencies += "org.bouncycastle" % "bcutil-jdk15to18" % "1.71"
Groovy Grape
@Grapes(
  @Grab(group='org.bouncycastle', module='bcutil-jdk15to18', version='1.71')
)
Apache Ivy
<dependency org="org.bouncycastle" name="bcutil-jdk15to18" rev="1.71" />
Leiningen
[org.bouncycastle/bcutil-jdk15to18 "1.71"]
Apache Buildr
'org.bouncycastle:bcutil-jdk15to18:jar:1.71'
本项目依赖