MVN

org.bouncycastle : bcprov-ext-debug-jdk15on

Maven & Gradle

Dec 15, 2021
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 Java 1.5 and later with debug enabled.

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

Latest Version

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

  • Latest Stable: 1.70

All Versions

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

Version Vulnerabilities Updated
1.70
bcprov-ext-debug-jdk15on-1.70
1.69
bcprov-ext-debug-jdk15on-1.69
1.68
bcprov-ext-debug-jdk15on-1.68
Cxa9261daf-3755
1.62
bcprov-ext-debug-jdk15on-1.62
2 vulnerabilities
1.61
bcprov-ext-debug-jdk15on-1.61
2 vulnerabilities
1.60
bcprov-ext-debug-jdk15on-1.60
3 vulnerabilities
1.59
bcprov-ext-debug-jdk15on-1.59
5 vulnerabilities
1.58
bcprov-ext-debug-jdk15on-1.58
5 vulnerabilities
1.57
bcprov-ext-debug-jdk15on-1.57
5 vulnerabilities
1.56
bcprov-ext-debug-jdk15on-1.56
5 vulnerabilities
1.55
bcprov-ext-debug-jdk15on-1.55
14 vulnerabilities
1.53
bcprov-ext-debug-jdk15on-1.53
13 vulnerabilities
1.52
bcprov-ext-debug-jdk15on-1.52
13 vulnerabilities

How to add a dependency to Maven

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

<dependency>
    <groupId>org.bouncycastle</groupId>
    <artifactId>bcprov-ext-debug-jdk15on</artifactId>
    <version>1.70</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.bouncycastle:bcprov-ext-debug-jdk15on:1.70'

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

implementation("org.bouncycastle:bcprov-ext-debug-jdk15on:1.70")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.bouncycastle" % "bcprov-ext-debug-jdk15on" % "1.70"

Advertisement