b

bcjmail-jdk15to18

The Bouncy Castle Java S/MIME APIs for handling S/MIME protocols. This jar contains S/MIME APIs for JDK 1.5 to JDK 1.8. 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.
https://www.bouncycastle.org/java.html
Bouncy Castle Licence
The Legion of the Bouncy Castle Inc.
Files download
File Operation
bcjmail-jdk15to18-1.69.jar download
bcjmail-jdk15to18-1.69.pom download
bcjmail-jdk15to18-1.69-sources.jar download
Apache Maven
<dependency>
  <groupId>org.bouncycastle</groupId>
  <artifactId>bcjmail-jdk15to18</artifactId>
  <version>1.69</version>
</dependency>
Gradle Groovy
implementation 'org.bouncycastle:bcjmail-jdk15to18:1.69'
Gradle Kotlin
implementation("org.bouncycastle:bcjmail-jdk15to18:1.69")
Scala SBT
libraryDependencies += "org.bouncycastle" % "bcjmail-jdk15to18" % "1.69"
Groovy Grape
@Grapes(
  @Grab(group='org.bouncycastle', module='bcjmail-jdk15to18', version='1.69')
)
Apache Ivy
<dependency org="org.bouncycastle" name="bcjmail-jdk15to18" rev="1.69" />
Leiningen
[org.bouncycastle/bcjmail-jdk15to18 "1.69"]
Apache Buildr
'org.bouncycastle:bcjmail-jdk15to18:jar:1.69'