is not current version
Last Version 1.70

org.bouncycastle:bcmail-jdk15on 1.46

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

GroupId

GroupId

org.bouncycastle
ArtifactId

ArtifactId

bcmail-jdk15on
Version

Version

1.46
Type

Type

jar

Download bcmail-jdk15on 1.46


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