| License | License | 
|---|---|
| GroupId | GroupIdorg.bouncycastle | 
| ArtifactId | ArtifactIdbcmail-jdk18on | 
| Last Version | Last Version1.71 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionBouncy Castle S/MIME API The Bouncy Castle Java S/MIME APIs for handling S/MIME protocols. This jar contains S/MIME APIs for JDK 1.8 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. The JavaMail API and the Java activation framework will also be needed. | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| bcmail-jdk18on-1.71.pom | |
| bcmail-jdk18on-1.71-sources.jar | 72 KB | 
| bcmail-jdk18on-1.71-javadoc.jar | 174 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.bouncycastle/bcmail-jdk18on/ -->
<dependency>
    <groupId>org.bouncycastle</groupId>
    <artifactId>bcmail-jdk18on</artifactId>
    <version>1.71</version>
</dependency>// https://jarcasting.com/artifacts/org.bouncycastle/bcmail-jdk18on/
implementation 'org.bouncycastle:bcmail-jdk18on:1.71'// https://jarcasting.com/artifacts/org.bouncycastle/bcmail-jdk18on/
implementation ("org.bouncycastle:bcmail-jdk18on:1.71")'org.bouncycastle:bcmail-jdk18on:jar:1.71'<dependency org="org.bouncycastle" name="bcmail-jdk18on" rev="1.71">
  <artifact name="bcmail-jdk18on" type="jar" />
</dependency>@Grapes(
@Grab(group='org.bouncycastle', module='bcmail-jdk18on', version='1.71')
)libraryDependencies += "org.bouncycastle" % "bcmail-jdk18on" % "1.71"[org.bouncycastle/bcmail-jdk18on "1.71"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.bouncycastle : bcprov-jdk18on | jar | 1.71 | 
| org.bouncycastle : bcutil-jdk18on | jar | 1.71 | 
| org.bouncycastle : bcpkix-jdk18on | jar | 1.71 |