is not current version
Last Version 1.71

org.bouncycastle:bcmail-jdk14 1.38

The Bouncy Castle Java CMS and S/MIME APIs for handling the CMS and S/MIME protocols. This jar contains CMS and S/MIME APIs for JDK 1.4. The APIs can be used in conjunction with a JCE/JCA provider such as the one provided with the Bouncy Castle Cryptography APIs. If the S/MIME API is used, the JavaMail API and the Java activation framework will also be needed.

GroupId

GroupId

org.bouncycastle
ArtifactId

ArtifactId

bcmail-jdk14
Version

Version

1.38
Type

Type

jar

Download bcmail-jdk14 1.38


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