MVN

com.guicedee.services : bouncycastle

Maven & Gradle

Feb 10, 2022
3 usages

BouncyCastle · The Bouncy Castle Java APIs for CMS, PKCS, EAC, TSP, CMP, CRMF, OCSP, and certificate generation. This jar contains APIs for JDK 1.5 and up. The APIs can be used in conjunction with a JCE/JCA provider such as the one provided with the Bouncy Castle Cryptography APIs.

<dependency>
    <groupId>com.guicedee.services</groupId>
    <artifactId>bouncycastle</artifactId>
    <version>1.2.2.1-jre17</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.guicedee.services : bouncycastle to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.2.1-jre17
  • Latest Release Candidate: 1.2.0.3-jre17-rc1

All Versions

Choose a version of com.guicedee.services : bouncycastle to add to Maven or Gradle - All Versions:

  • Version Updated
  • bouncycastle-1.2.2.1-jre17

    Feb 10, 2022
  • bouncycastle-1.2.2.1

    Feb 10, 2022
  • bouncycastle-1.2.1.2-jre17

    Nov 16, 2021
  • bouncycastle-1.2.1.1-jre17

    Nov 11, 2021
  • bouncycastle-1.2.0.3-jre17-rc1

    Sep 17, 2021
  • bouncycastle-1.2.0.2-jre16

    Sep 08, 2021
  • bouncycastle-1.2.0.1-jre11

    Aug 31, 2021
  • bouncycastle-1.2.0.1-jre15

    Aug 30, 2021
  • bouncycastle-1.2.0.1-jre16

    Aug 30, 2021
  • bouncycastle-1.2.0.0-jre16

    Aug 10, 2021
  • bouncycastle-1.1.1.9-jre15

    Jun 03, 2021
  • bouncycastle-1.1.1.9-jre16

    Jun 03, 2021

How to add a dependency to Maven

Add the following com.guicedee.services : bouncycastle maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.guicedee.services</groupId>
    <artifactId>bouncycastle</artifactId>
    <version>1.2.2.1-jre17</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.guicedee.services : bouncycastle gradle dependency to your build.gradle file:

implementation 'com.guicedee.services:bouncycastle:1.2.2.1-jre17'

Gradle Kotlin DSL: Add the following com.guicedee.services : bouncycastle gradle kotlin dependency to your build.gradle.kts file:

implementation("com.guicedee.services:bouncycastle:1.2.2.1-jre17")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.guicedee.services : bouncycastle sbt scala dependency to your build.sbt file:

libraryDependencies += "com.guicedee.services" % "bouncycastle" % "1.2.2.1-jre17"