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