is not current version
Last Version 140

bouncycastle:bcprov-jdk14 136

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

136
Type

Type

jar

Download bcprov-jdk14 136


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