<dependency> <groupId>org.bouncycastle</groupId> <artifactId>bctls-jdk15to18</artifactId> <version>1.70</version> </dependency>
implementation 'org.bouncycastle:bctls-jdk15to18:1.70'
implementation("org.bouncycastle:bctls-jdk15to18:1.70")
libraryDependencies += "org.bouncycastle" % "bctls-jdk15to18" % "1.70"
@Grapes( @Grab(group='org.bouncycastle', module='bctls-jdk15to18', version='1.70') )
<dependency org="org.bouncycastle" name="bctls-jdk15to18" rev="1.70" />
[org.bouncycastle/bctls-jdk15to18 "1.70"]
'org.bouncycastle:bctls-jdk15to18:jar:1.70'
compile
|-- org.bouncycastle:bcprov-jdk15to18:1.70
|-- org.bouncycastle:bcutil-jdk15to18:1.70