b

bcprov-debug-jdk15on

The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. This jar contains JCE provider and lightweight API for the Bouncy Castle Cryptography APIs for JDK 1.5 to JDK 11
https://www.bouncycastle.org/java.html
Bouncy Castle Licence
The Legion of the Bouncy Castle Inc.
Files download
File Operation
bcprov-debug-jdk15on-1.64.jar download
bcprov-debug-jdk15on-1.64.pom download
bcprov-debug-jdk15on-1.64-sources.jar download
Apache Maven
<dependency>
  <groupId>org.bouncycastle</groupId>
  <artifactId>bcprov-debug-jdk15on</artifactId>
  <version>1.64</version>
</dependency>
Gradle Groovy
implementation 'org.bouncycastle:bcprov-debug-jdk15on:1.64'
Gradle Kotlin
implementation("org.bouncycastle:bcprov-debug-jdk15on:1.64")
Scala SBT
libraryDependencies += "org.bouncycastle" % "bcprov-debug-jdk15on" % "1.64"
Groovy Grape
@Grapes(
  @Grab(group='org.bouncycastle', module='bcprov-debug-jdk15on', version='1.64')
)
Apache Ivy
<dependency org="org.bouncycastle" name="bcprov-debug-jdk15on" rev="1.64" />
Leiningen
[org.bouncycastle/bcprov-debug-jdk15on "1.64"]
Apache Buildr
'org.bouncycastle:bcprov-debug-jdk15on:jar:1.64'
Dependencies
The project has no third-party dependencies