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