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