is not current version
Last Version 139

bouncycastle:bcmail-jdk14 138

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.

GroupId

GroupId

bouncycastle
ArtifactId

ArtifactId

bcmail-jdk14
Version

Version

138
Type

Type

jar

Download bcmail-jdk14 138


<!-- https://jarcasting.com/artifacts/bouncycastle/bcmail-jdk14/ -->
<dependency>
    <groupId>bouncycastle</groupId>
    <artifactId>bcmail-jdk14</artifactId>
    <version>138</version>
</dependency>
// https://jarcasting.com/artifacts/bouncycastle/bcmail-jdk14/
implementation 'bouncycastle:bcmail-jdk14:138'
// https://jarcasting.com/artifacts/bouncycastle/bcmail-jdk14/
implementation ("bouncycastle:bcmail-jdk14:138")
'bouncycastle:bcmail-jdk14:jar:138'
<dependency org="bouncycastle" name="bcmail-jdk14" rev="138">
  <artifact name="bcmail-jdk14" type="jar" />
</dependency>
@Grapes(
@Grab(group='bouncycastle', module='bcmail-jdk14', version='138')
)
libraryDependencies += "bouncycastle" % "bcmail-jdk14" % "138"
[bouncycastle/bcmail-jdk14 "138"]