b

bcprov-ext-debug-jdk18on

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.
https://www.bouncycastle.org/java.html
Bouncy Castle Licence
The Legion of the Bouncy Castle Inc.
文件下载
文件名 操作
bcprov-ext-debug-jdk18on-1.75.jar 下载
bcprov-ext-debug-jdk18on-1.75.pom 下载
bcprov-ext-debug-jdk18on-1.75-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.bouncycastle</groupId>
  <artifactId>bcprov-ext-debug-jdk18on</artifactId>
  <version>1.75</version>
</dependency>
Gradle Groovy
implementation 'org.bouncycastle:bcprov-ext-debug-jdk18on:1.75'
Gradle Kotlin
implementation("org.bouncycastle:bcprov-ext-debug-jdk18on:1.75")
Scala SBT
libraryDependencies += "org.bouncycastle" % "bcprov-ext-debug-jdk18on" % "1.75"
Groovy Grape
@Grapes(
  @Grab(group='org.bouncycastle', module='bcprov-ext-debug-jdk18on', version='1.75')
)
Apache Ivy
<dependency org="org.bouncycastle" name="bcprov-ext-debug-jdk18on" rev="1.75" />
Leiningen
[org.bouncycastle/bcprov-ext-debug-jdk18on "1.75"]
Apache Buildr
'org.bouncycastle:bcprov-ext-debug-jdk18on:jar:1.75'
本项目依赖
该项目无第三方依赖