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