MVN

bouncycastle : bcprov-jdk15

Maven & Gradle

Oct 04, 2008
150 usages

Legion of the Bouncy Castle Java Cryptography APIs · The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. The package is organised so that it contains a light-weight API suitable for use in any environment (including the newly released J2ME) with the additional infrastructure to conform the algorithms to the JCE framework.

<dependency>
    <groupId>bouncycastle</groupId>
    <artifactId>bcprov-jdk15</artifactId>
    <version>133</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of bouncycastle : bcprov-jdk15 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 133

All Versions

Choose a version of bouncycastle : bcprov-jdk15 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
140
bcprov-jdk15-140
CVE-2013-1624
136
bcprov-jdk15-136
CVE-2013-1624
135
bcprov-jdk15-135
CVE-2013-1624
133
bcprov-jdk15-133
CVE-2013-1624
124
bcprov-jdk15-124
CVE-2013-1624

How to add a dependency to Maven

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

<dependency>
    <groupId>bouncycastle</groupId>
    <artifactId>bcprov-jdk15</artifactId>
    <version>133</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following bouncycastle : bcprov-jdk15 gradle dependency to your build.gradle file:

implementation 'bouncycastle:bcprov-jdk15:133'

Gradle Kotlin DSL: Add the following bouncycastle : bcprov-jdk15 gradle kotlin dependency to your build.gradle.kts file:

implementation("bouncycastle:bcprov-jdk15:133")

How to add a dependency to SBT Scala

SBT Scala: Add the following bouncycastle : bcprov-jdk15 sbt scala dependency to your build.sbt file:

libraryDependencies += "bouncycastle" % "bcprov-jdk15" % "133"

Advertisement