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