MVN

org.apache.directory.shared : shared-bouncycastle-reduced

Maven & Gradle

Sep 11, 2008
4 usages

Apache Directory Reduced Bouncycastle (repackaged) · Repackages the BouncyCastle jar including only those files we require rather than everything which includes patented algorithms like IDEA.

<dependency>
    <groupId>org.apache.directory.shared</groupId>
    <artifactId>shared-bouncycastle-reduced</artifactId>
    <version>0.9.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.directory.shared : shared-bouncycastle-reduced to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.12

All Versions

Choose a version of org.apache.directory.shared : shared-bouncycastle-reduced to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
shared-bouncycastle-reduced-0.9.12
shared-bouncycastle-reduced-0.9.11
shared-bouncycastle-reduced-0.9.10
shared-bouncycastle-reduced-0.9.9

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.directory.shared</groupId>
    <artifactId>shared-bouncycastle-reduced</artifactId>
    <version>0.9.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.directory.shared : shared-bouncycastle-reduced gradle dependency to your build.gradle file:

implementation 'org.apache.directory.shared:shared-bouncycastle-reduced:0.9.12'

Gradle Kotlin DSL: Add the following org.apache.directory.shared : shared-bouncycastle-reduced gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.directory.shared:shared-bouncycastle-reduced:0.9.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.directory.shared : shared-bouncycastle-reduced sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.directory.shared" % "shared-bouncycastle-reduced" % "0.9.12"

Advertisement