MVN

bouncycastle : bcmail-jdk15

Maven & Gradle

Sep 26, 2008
4 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>bcmail-jdk15</artifactId>
    <version>140</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of bouncycastle : bcmail-jdk15 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 140

All Versions

Choose a version of bouncycastle : bcmail-jdk15 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
140
bcmail-jdk15-140

How to add a dependency to Maven

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

<dependency>
    <groupId>bouncycastle</groupId>
    <artifactId>bcmail-jdk15</artifactId>
    <version>140</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'bouncycastle:bcmail-jdk15:140'

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

implementation("bouncycastle:bcmail-jdk15:140")

How to add a dependency to SBT Scala

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

libraryDependencies += "bouncycastle" % "bcmail-jdk15" % "140"