License |
License |
---|---|
GroupId | GroupIdbouncycastle |
ArtifactId | ArtifactIdbcmail-jdk14 |
Last Version | Last Version139 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLegion of the Bouncy Castle Java Cryptography APIs
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.
|
Project URL |
Project URL |
Filename | Size |
---|---|
bcmail-jdk14-139.pom | |
bcmail-jdk14-139.jar | 190 KB |
Browse |
<!-- https://jarcasting.com/artifacts/bouncycastle/bcmail-jdk14/ -->
<dependency>
<groupId>bouncycastle</groupId>
<artifactId>bcmail-jdk14</artifactId>
<version>139</version>
</dependency>
// https://jarcasting.com/artifacts/bouncycastle/bcmail-jdk14/
implementation 'bouncycastle:bcmail-jdk14:139'
// https://jarcasting.com/artifacts/bouncycastle/bcmail-jdk14/
implementation ("bouncycastle:bcmail-jdk14:139")
'bouncycastle:bcmail-jdk14:jar:139'
<dependency org="bouncycastle" name="bcmail-jdk14" rev="139">
<artifact name="bcmail-jdk14" type="jar" />
</dependency>
@Grapes(
@Grab(group='bouncycastle', module='bcmail-jdk14', version='139')
)
libraryDependencies += "bouncycastle" % "bcmail-jdk14" % "139"
[bouncycastle/bcmail-jdk14 "139"]