b

bcprov-ext-debug-jdk15to18

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