b

bcprov-debug-jdk18on

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.8 and up.
https://www.bouncycastle.org/java.html
Bouncy Castle Licence
The Legion of the Bouncy Castle Inc.
Files download
File Operation
bcprov-debug-jdk18on-1.78.jar download
bcprov-debug-jdk18on-1.78.pom download
bcprov-debug-jdk18on-1.78-sources.jar download
Apache Maven
<dependency>
  <groupId>org.bouncycastle</groupId>
  <artifactId>bcprov-debug-jdk18on</artifactId>
  <version>1.78</version>
</dependency>
Gradle Groovy
implementation 'org.bouncycastle:bcprov-debug-jdk18on:1.78'
Gradle Kotlin
implementation("org.bouncycastle:bcprov-debug-jdk18on:1.78")
Scala SBT
libraryDependencies += "org.bouncycastle" % "bcprov-debug-jdk18on" % "1.78"
Groovy Grape
@Grapes(
  @Grab(group='org.bouncycastle', module='bcprov-debug-jdk18on', version='1.78')
)
Apache Ivy
<dependency org="org.bouncycastle" name="bcprov-debug-jdk18on" rev="1.78" />
Leiningen
[org.bouncycastle/bcprov-debug-jdk18on "1.78"]
Apache Buildr
'org.bouncycastle:bcprov-debug-jdk18on:jar:1.78'
Dependencies
The project has no third-party dependencies