is not current version
Last Version 1.71

org.bouncycastle:bctls-jdk15to18 1.63

The Bouncy Castle Java APIs for TLS and DTLS, including a provider for the JSSE.

GroupId

GroupId

org.bouncycastle
ArtifactId

ArtifactId

bctls-jdk15to18
Version

Version

1.63
Type

Type

jar

Download bctls-jdk15to18 1.63


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