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