is not current version
Last Version 1.70

org.bouncycastle:bctls-jdk15on 1.62

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

GroupId

GroupId

org.bouncycastle
ArtifactId

ArtifactId

bctls-jdk15on
Version

Version

1.62
Type

Type

jar

Download bctls-jdk15on 1.62


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