b

bcprov-debug-jdk14

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