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