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.8 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.72.jar download
bcprov-debug-jdk14-1.72.pom download
bcprov-debug-jdk14-1.72-sources.jar download
Apache Maven
<dependency>
  <groupId>org.bouncycastle</groupId>
  <artifactId>bcprov-debug-jdk14</artifactId>
  <version>1.72</version>
</dependency>
Gradle Groovy
implementation 'org.bouncycastle:bcprov-debug-jdk14:1.72'
Gradle Kotlin
implementation("org.bouncycastle:bcprov-debug-jdk14:1.72")
Scala SBT
libraryDependencies += "org.bouncycastle" % "bcprov-debug-jdk14" % "1.72"
Groovy Grape
@Grapes(
  @Grab(group='org.bouncycastle', module='bcprov-debug-jdk14', version='1.72')
)
Apache Ivy
<dependency org="org.bouncycastle" name="bcprov-debug-jdk14" rev="1.72" />
Leiningen
[org.bouncycastle/bcprov-debug-jdk14 "1.72"]
Apache Buildr
'org.bouncycastle:bcprov-debug-jdk14:jar:1.72'
Dependencies
The project has no third-party dependencies