MVN

org.bouncycastle : bcprov-jdk15

Maven & Gradle

Feb 23, 2011
107 usages

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.5.

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

Latest Version

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

  • Latest Stable: 1.46

All Versions

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

Version Vulnerabilities Updated
1.46
bcprov-jdk15-1.46
6 vulnerabilities
1.45
bcprov-jdk15-1.45
6 vulnerabilities
1.44
bcprov-jdk15-1.44
6 vulnerabilities
1.43
bcprov-jdk15-1.43
6 vulnerabilities
1.40
bcprov-jdk15-1.40
6 vulnerabilities
1.38
bcprov-jdk15-1.38
6 vulnerabilities
1.32
bcprov-jdk15-1.32
6 vulnerabilities

How to add a dependency to Maven

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

<dependency>
    <groupId>org.bouncycastle</groupId>
    <artifactId>bcprov-jdk15</artifactId>
    <version>1.46</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.bouncycastle:bcprov-jdk15:1.46'

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

implementation("org.bouncycastle:bcprov-jdk15:1.46")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.bouncycastle" % "bcprov-jdk15" % "1.46"

Advertisement

Dependencies from Group

Dec 01, 2021
2.9k usages
2.1k stars
Dec 01, 2021
1.9k usages
2.1k stars
Feb 23, 2011
577 usages
Dec 01, 2021
243 usages
2.1k stars
Dec 01, 2021
228 usages
2.1k stars

Discover Dependencies

Jan 17, 2006
29 usages
Sep 20, 2005
3 usages
Jul 17, 2013
3 usages
45 stars
Oct 18, 2013
1 usages
17 stars
Sep 25, 2013
10 usages
1 stars
Oct 20, 2006
3 usages
Aug 18, 2014