| License |
License |
|---|---|
| GroupId | GroupIdorg.bouncycastle |
| ArtifactId | ArtifactIdbcjmail-jdk15on |
| Version | Version1.69 |
| Type | Typejar |
| Description |
DescriptionBouncy Castle Jakarta S/MIME API
The Bouncy Castle Java S/MIME APIs for handling S/MIME protocols. This jar contains S/MIME APIs for JDK 1.5 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 Jakarta Mail API and the Jakarta activation framework will also be needed.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| bcjmail-jdk15on-1.69.pom | |
| bcjmail-jdk15on-1.69-sources.jar | 342 bytes |
| bcjmail-jdk15on-1.69-javadoc.jar | 176 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.bouncycastle/bcjmail-jdk15on/ -->
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcjmail-jdk15on</artifactId>
<version>1.69</version>
</dependency>
// https://jarcasting.com/artifacts/org.bouncycastle/bcjmail-jdk15on/
implementation 'org.bouncycastle:bcjmail-jdk15on:1.69'
// https://jarcasting.com/artifacts/org.bouncycastle/bcjmail-jdk15on/
implementation ("org.bouncycastle:bcjmail-jdk15on:1.69")
'org.bouncycastle:bcjmail-jdk15on:jar:1.69'
<dependency org="org.bouncycastle" name="bcjmail-jdk15on" rev="1.69">
<artifact name="bcjmail-jdk15on" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bouncycastle', module='bcjmail-jdk15on', version='1.69')
)
libraryDependencies += "org.bouncycastle" % "bcjmail-jdk15on" % "1.69"
[org.bouncycastle/bcjmail-jdk15on "1.69"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.bouncycastle : bcprov-jdk15on | jar | 1.69 |
| org.bouncycastle : bcutil-jdk15on | jar | 1.69 |
| org.bouncycastle : bcpkix-jdk15on | jar | 1.69 |
| jakarta.mail : jakarta.mail-api | jar | [2.0,3.0) |
| jakarta.activation : jakarta.activation-api | jar | [2.0,3.0) |