is not current version
Last Version 1.70

org.bouncycastle:bcprov-ext-jdk15on 1.54

The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. This jar contains JCE provider and lightweight API for the Bouncy Castle Cryptography APIs for JDK 1.5 to JDK 1.8. Note: this package includes the NTRU encryption algorithms.

GroupId

GroupId

org.bouncycastle
ArtifactId

ArtifactId

bcprov-ext-jdk15on
Version

Version

1.54
Type

Type

jar

Download bcprov-ext-jdk15on 1.54


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