License |
License |
---|---|
GroupId | GroupIdorg.bouncycastle |
ArtifactId | ArtifactIdbcprov-ext-jdk15to18 |
Last Version | Last Version1.71 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionBouncy Castle Provider
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.8 and up. Note: this package includes the NTRU encryption algorithms.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.bouncycastle/bcprov-ext-jdk15to18/ -->
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-ext-jdk15to18</artifactId>
<version>1.71</version>
</dependency>
// https://jarcasting.com/artifacts/org.bouncycastle/bcprov-ext-jdk15to18/
implementation 'org.bouncycastle:bcprov-ext-jdk15to18:1.71'
// https://jarcasting.com/artifacts/org.bouncycastle/bcprov-ext-jdk15to18/
implementation ("org.bouncycastle:bcprov-ext-jdk15to18:1.71")
'org.bouncycastle:bcprov-ext-jdk15to18:jar:1.71'
<dependency org="org.bouncycastle" name="bcprov-ext-jdk15to18" rev="1.71">
<artifact name="bcprov-ext-jdk15to18" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bouncycastle', module='bcprov-ext-jdk15to18', version='1.71')
)
libraryDependencies += "org.bouncycastle" % "bcprov-ext-jdk15to18" % "1.71"
[org.bouncycastle/bcprov-ext-jdk15to18 "1.71"]