is not current version
Last Version 140

bouncycastle:bcprov-jdk15 133

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-jdk15
Version

Version

133
Type

Type

jar

Download bcprov-jdk15 133


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