MVN

org.bouncycastle : bcpkix-debug-jdk15to18

Maven & Gradle

Jul 31, 2023
2.1k stars

Bouncy Castle PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF APIs · The Bouncy Castle Java APIs for CMS, PKCS, EAC, TSP, CMP, CRMF, OCSP, and certificate generation. This jar contains APIs for JDK 1.5 to JDK 1.8. The APIs can be used in conjunction with a JCE/JCA provider such as the one provided with the Bouncy Castle Cryptography APIs.

<dependency>
    <groupId>org.bouncycastle</groupId>
    <artifactId>bcpkix-debug-jdk15to18</artifactId>
    <version>1.76</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.bouncycastle : bcpkix-debug-jdk15to18 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.76

All Versions

Choose a version of org.bouncycastle : bcpkix-debug-jdk15to18 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.76
bcpkix-debug-jdk15to18-1.76
1.75
bcpkix-debug-jdk15to18-1.75
1.74
bcpkix-debug-jdk15to18-1.74
1.73
bcpkix-debug-jdk15to18-1.73

How to add a dependency to Maven

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

<dependency>
    <groupId>org.bouncycastle</groupId>
    <artifactId>bcpkix-debug-jdk15to18</artifactId>
    <version>1.76</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.bouncycastle : bcpkix-debug-jdk15to18 gradle dependency to your build.gradle file:

implementation 'org.bouncycastle:bcpkix-debug-jdk15to18:1.76'

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

implementation("org.bouncycastle:bcpkix-debug-jdk15to18:1.76")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.bouncycastle : bcpkix-debug-jdk15to18 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.bouncycastle" % "bcpkix-debug-jdk15to18" % "1.76"

Advertisement