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.
Files download
File Operation
bcutil-jdk15to18-1.75.jar download
bcutil-jdk15to18-1.75.pom download
bcutil-jdk15to18-1.75-sources.jar download
Apache Maven
<dependency>
  <groupId>org.bouncycastle</groupId>
  <artifactId>bcutil-jdk15to18</artifactId>
  <version>1.75</version>
</dependency>
Gradle Groovy
implementation 'org.bouncycastle:bcutil-jdk15to18:1.75'
Gradle Kotlin
implementation("org.bouncycastle:bcutil-jdk15to18:1.75")
Scala SBT
libraryDependencies += "org.bouncycastle" % "bcutil-jdk15to18" % "1.75"
Groovy Grape
@Grapes(
  @Grab(group='org.bouncycastle', module='bcutil-jdk15to18', version='1.75')
)
Apache Ivy
<dependency org="org.bouncycastle" name="bcutil-jdk15to18" rev="1.75" />
Leiningen
[org.bouncycastle/bcutil-jdk15to18 "1.75"]
Apache Buildr
'org.bouncycastle:bcutil-jdk15to18:jar:1.75'