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