MVN

bouncycastle : bcprov-jdk13

Maven & Gradle

Oct 01, 2008
2 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-jdk13</artifactId>
    <version>140</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 140

All Versions

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

Version Vulnerabilities Updated
140
bcprov-jdk13-140
CVE-2013-1624

How to add a dependency to Maven

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

<dependency>
    <groupId>bouncycastle</groupId>
    <artifactId>bcprov-jdk13</artifactId>
    <version>140</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'bouncycastle:bcprov-jdk13:140'

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

implementation("bouncycastle:bcprov-jdk13:140")

How to add a dependency to SBT Scala

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

libraryDependencies += "bouncycastle" % "bcprov-jdk13" % "140"

Advertisement

Dependencies from Group

Oct 04, 2008
150 usages
Oct 01, 2008
49 usages
Oct 01, 2008
44 usages
Sep 29, 2008
10 usages
Mar 18, 2009
9 usages

Discover Dependencies

Dec 15, 2014
3 usages
18 stars
Feb 18, 2015
7.9k stars
Apr 29, 2014
0 stars
Dec 12, 2013
4 usages
2 stars
Aug 13, 2007
Mar 23, 2015
3 usages
Jan 03, 2015
0 stars