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