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