is not current version
Last Version 140

bouncycastle:bcprov-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.

GroupId

GroupId

bouncycastle
ArtifactId

ArtifactId

bcprov-jdk14
Version

Version

138
Type

Type

jar

Download bcprov-jdk14 138


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