MVN

org.bouncycastle : bcprov-ext-debug-jdk14

Maven & Gradle

Jun 16, 2023
2.1k stars

Bouncy Castle Provider · 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.4. Note: this package includes the NTRU encryption algorithms.

<dependency>
    <groupId>org.bouncycastle</groupId>
    <artifactId>bcprov-ext-debug-jdk14</artifactId>
    <version>1.74</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.bouncycastle : bcprov-ext-debug-jdk14 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.74

All Versions

Choose a version of org.bouncycastle : bcprov-ext-debug-jdk14 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.74
bcprov-ext-debug-jdk14-1.74
1.73
bcprov-ext-debug-jdk14-1.73
1.72
bcprov-ext-debug-jdk14-1.72
1.71
bcprov-ext-debug-jdk14-1.71
1.70
bcprov-ext-debug-jdk14-1.70
1.69
bcprov-ext-debug-jdk14-1.69
1.68
bcprov-ext-debug-jdk14-1.68
Cxa9261daf-3755
1.60
bcprov-ext-debug-jdk14-1.60
3 vulnerabilities

How to add a dependency to Maven

Add the following org.bouncycastle : bcprov-ext-debug-jdk14 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.bouncycastle</groupId>
    <artifactId>bcprov-ext-debug-jdk14</artifactId>
    <version>1.74</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.bouncycastle : bcprov-ext-debug-jdk14 gradle dependency to your build.gradle file:

implementation 'org.bouncycastle:bcprov-ext-debug-jdk14:1.74'

Gradle Kotlin DSL: Add the following org.bouncycastle : bcprov-ext-debug-jdk14 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.bouncycastle:bcprov-ext-debug-jdk14:1.74")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.bouncycastle : bcprov-ext-debug-jdk14 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.bouncycastle" % "bcprov-ext-debug-jdk14" % "1.74"