b

bctls-debug-jdk18on

The Bouncy Castle Java APIs for TLS and DTLS, including a provider for the JSSE.
https://www.bouncycastle.org/java.html
Bouncy Castle Licence
The Legion of the Bouncy Castle Inc.
文件下载
文件名 操作
bctls-debug-jdk18on-1.76.jar 下载
bctls-debug-jdk18on-1.76.pom 下载
bctls-debug-jdk18on-1.76-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.bouncycastle</groupId>
  <artifactId>bctls-debug-jdk18on</artifactId>
  <version>1.76</version>
</dependency>
Gradle Groovy
implementation 'org.bouncycastle:bctls-debug-jdk18on:1.76'
Gradle Kotlin
implementation("org.bouncycastle:bctls-debug-jdk18on:1.76")
Scala SBT
libraryDependencies += "org.bouncycastle" % "bctls-debug-jdk18on" % "1.76"
Groovy Grape
@Grapes(
  @Grab(group='org.bouncycastle', module='bctls-debug-jdk18on', version='1.76')
)
Apache Ivy
<dependency org="org.bouncycastle" name="bctls-debug-jdk18on" rev="1.76" />
Leiningen
[org.bouncycastle/bctls-debug-jdk18on "1.76"]
Apache Buildr
'org.bouncycastle:bctls-debug-jdk18on:jar:1.76'