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

bouncycastle:bcmail-jdk14 138

The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. The package is organised so that it contains a light-weight API suitable for use in any environment (including the newly released J2ME) with the additional infrastructure to conform the algorithms to the JCE framework.

Группа

Группа

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

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

bcmail-jdk14
Версия

Версия

138
Тип

Тип

jar

Скачать bcmail-jdk14 138

Имя Файла Размер
bcmail-jdk14-138.pom
bcmail-jdk14-138.jar 187 KB
Обзор

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