MVN

org.apache.pulsar : bouncy-castle-bc

Maven & Gradle

Aug 03, 2023
17 usages
12.9k stars

Apache Pulsar :: Bouncy Castle :: BC

<dependency>
    <groupId>org.apache.pulsar</groupId>
    <artifactId>bouncy-castle-bc</artifactId>
    <version>3.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.pulsar : bouncy-castle-bc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.0

All Versions

Choose a version of org.apache.pulsar : bouncy-castle-bc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
bouncy-castle-bc-3.1.0
3.0.x
bouncy-castle-bc-3.0.1
bouncy-castle-bc-3.0.0
2.11.x
bouncy-castle-bc-2.11.2
bouncy-castle-bc-2.11.1
bouncy-castle-bc-2.11.0
2.10.x
bouncy-castle-bc-2.10.5
bouncy-castle-bc-2.10.4
bouncy-castle-bc-2.10.3
bouncy-castle-bc-2.10.2
bouncy-castle-bc-2.10.1
bouncy-castle-bc-2.10.0
2.9.x
bouncy-castle-bc-2.9.5
bouncy-castle-bc-2.9.4
bouncy-castle-bc-2.9.3
bouncy-castle-bc-2.9.2
bouncy-castle-bc-2.9.1
bouncy-castle-bc-2.9.0
2.8.x
bouncy-castle-bc-2.8.4
bouncy-castle-bc-2.8.3
bouncy-castle-bc-2.8.2
bouncy-castle-bc-2.8.1
bouncy-castle-bc-2.8.0
2.7.x
bouncy-castle-bc-2.7.5
bouncy-castle-bc-2.7.4
bouncy-castle-bc-2.7.3
bouncy-castle-bc-2.7.2
bouncy-castle-bc-2.7.1
bouncy-castle-bc-2.7.0
2.6.x
bouncy-castle-bc-2.6.4
bouncy-castle-bc-2.6.3
bouncy-castle-bc-2.6.2
bouncy-castle-bc-2.6.1
bouncy-castle-bc-2.6.0
2.5.x
bouncy-castle-bc-2.5.2
bouncy-castle-bc-2.5.1

How to add a dependency to Maven

Add the following org.apache.pulsar : bouncy-castle-bc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.pulsar</groupId>
    <artifactId>bouncy-castle-bc</artifactId>
    <version>3.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.pulsar : bouncy-castle-bc gradle dependency to your build.gradle file:

implementation 'org.apache.pulsar:bouncy-castle-bc:3.1.0'

Gradle Kotlin DSL: Add the following org.apache.pulsar : bouncy-castle-bc gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.pulsar:bouncy-castle-bc:3.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.pulsar : bouncy-castle-bc sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.pulsar" % "bouncy-castle-bc" % "3.1.0"