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