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