не последняя версия
Последняя версия 1.71

org.bouncycastle:bcmail-jdk14 1.67

The Bouncy Castle Java S/MIME APIs for handling S/MIME protocols. This jar contains S/MIME APIs for JDK 1.4. 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.

Группа

Группа

org.bouncycastle
Идентификатор

Идентификатор

bcmail-jdk14
Версия

Версия

1.67
Тип

Тип

jar

Скачать bcmail-jdk14 1.67


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