License |
License |
---|---|
GroupId | GroupIdbouncycastle |
ArtifactId | ArtifactIdbcprov-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 |
---|---|
bcprov-jdk15-140.pom | |
bcprov-jdk15-140.jar | 1 MB |
bcprov-jdk15-140-sources.jar | 2 MB |
bcprov-jdk15-140-javadoc.jar | 4 MB |
Browse |
<!-- https://jarcasting.com/artifacts/bouncycastle/bcprov-jdk15/ -->
<dependency>
<groupId>bouncycastle</groupId>
<artifactId>bcprov-jdk15</artifactId>
<version>140</version>
</dependency>
// https://jarcasting.com/artifacts/bouncycastle/bcprov-jdk15/
implementation 'bouncycastle:bcprov-jdk15:140'
// https://jarcasting.com/artifacts/bouncycastle/bcprov-jdk15/
implementation ("bouncycastle:bcprov-jdk15:140")
'bouncycastle:bcprov-jdk15:jar:140'
<dependency org="bouncycastle" name="bcprov-jdk15" rev="140">
<artifact name="bcprov-jdk15" type="jar" />
</dependency>
@Grapes(
@Grab(group='bouncycastle', module='bcprov-jdk15', version='140')
)
libraryDependencies += "bouncycastle" % "bcprov-jdk15" % "140"
[bouncycastle/bcprov-jdk15 "140"]