b

bcjmail-debug-jdk18on

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 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-debug-jdk18on-1.79.jar download
bcjmail-debug-jdk18on-1.79.pom download
bcjmail-debug-jdk18on-1.79-sources.jar download
Apache Maven
<dependency>
  <groupId>org.bouncycastle</groupId>
  <artifactId>bcjmail-debug-jdk18on</artifactId>
  <version>1.79</version>
</dependency>
Gradle Groovy
implementation 'org.bouncycastle:bcjmail-debug-jdk18on:1.79'
Gradle Kotlin
implementation("org.bouncycastle:bcjmail-debug-jdk18on:1.79")
Scala SBT
libraryDependencies += "org.bouncycastle" % "bcjmail-debug-jdk18on" % "1.79"
Groovy Grape
@Grapes(
  @Grab(group='org.bouncycastle', module='bcjmail-debug-jdk18on', version='1.79')
)
Apache Ivy
<dependency org="org.bouncycastle" name="bcjmail-debug-jdk18on" rev="1.79" />
Leiningen
[org.bouncycastle/bcjmail-debug-jdk18on "1.79"]
Apache Buildr
'org.bouncycastle:bcjmail-debug-jdk18on:jar:1.79'