b

bcprov-ext-jdk15to18

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.
https://www.bouncycastle.org/java.html
Bouncy Castle Licence
The Legion of the Bouncy Castle Inc.
Files download
File Operation
bcprov-ext-jdk15to18-1.77.jar download
bcprov-ext-jdk15to18-1.77.pom download
bcprov-ext-jdk15to18-1.77-sources.jar download
Apache Maven
<dependency>
  <groupId>org.bouncycastle</groupId>
  <artifactId>bcprov-ext-jdk15to18</artifactId>
  <version>1.77</version>
</dependency>
Gradle Groovy
implementation 'org.bouncycastle:bcprov-ext-jdk15to18:1.77'
Gradle Kotlin
implementation("org.bouncycastle:bcprov-ext-jdk15to18:1.77")
Scala SBT
libraryDependencies += "org.bouncycastle" % "bcprov-ext-jdk15to18" % "1.77"
Groovy Grape
@Grapes(
  @Grab(group='org.bouncycastle', module='bcprov-ext-jdk15to18', version='1.77')
)
Apache Ivy
<dependency org="org.bouncycastle" name="bcprov-ext-jdk15to18" rev="1.77" />
Leiningen
[org.bouncycastle/bcprov-ext-jdk15to18 "1.77"]
Apache Buildr
'org.bouncycastle:bcprov-ext-jdk15to18:jar:1.77'
Dependencies
The project has no third-party dependencies