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