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