License |
License |
---|---|
GroupId | GroupIdbouncycastle |
ArtifactId | ArtifactIdbcmail-jdk15 |
Last Version | Last Version140 |
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-jdk15-140.pom | |
bcmail-jdk15-140.jar | 199 KB |
bcmail-jdk15-140-sources.jar | 232 KB |
bcmail-jdk15-140-javadoc.jar | 449 KB |
Browse |
<!-- https://jarcasting.com/artifacts/bouncycastle/bcmail-jdk15/ -->
<dependency>
<groupId>bouncycastle</groupId>
<artifactId>bcmail-jdk15</artifactId>
<version>140</version>
</dependency>
// https://jarcasting.com/artifacts/bouncycastle/bcmail-jdk15/
implementation 'bouncycastle:bcmail-jdk15:140'
// https://jarcasting.com/artifacts/bouncycastle/bcmail-jdk15/
implementation ("bouncycastle:bcmail-jdk15:140")
'bouncycastle:bcmail-jdk15:jar:140'
<dependency org="bouncycastle" name="bcmail-jdk15" rev="140">
<artifact name="bcmail-jdk15" type="jar" />
</dependency>
@Grapes(
@Grab(group='bouncycastle', module='bcmail-jdk15', version='140')
)
libraryDependencies += "bouncycastle" % "bcmail-jdk15" % "140"
[bouncycastle/bcmail-jdk15 "140"]
Group / Artifact | Type | Version |
---|---|---|
bouncycastle : bcprov-jdk15 | jar | 140 |