b

bcpg-jdk15to18

The Bouncy Castle Java API for handling the OpenPGP protocol. This jar contains the OpenPGP API for JDK 1.8 and up. The APIs can be used in conjunction with a JCE/JCA provider such as the one provided with the Bouncy Castle Cryptography APIs.
https://www.bouncycastle.org/java.html
Bouncy Castle Licence Apache Software License, Version 2.0
The Legion of the Bouncy Castle Inc.
Files download
File Operation
bcpg-jdk15to18-1.72.2.jar download
bcpg-jdk15to18-1.72.2.pom download
bcpg-jdk15to18-1.72.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.bouncycastle</groupId>
  <artifactId>bcpg-jdk15to18</artifactId>
  <version>1.72.2</version>
</dependency>
Gradle Groovy
implementation 'org.bouncycastle:bcpg-jdk15to18:1.72.2'
Gradle Kotlin
implementation("org.bouncycastle:bcpg-jdk15to18:1.72.2")
Scala SBT
libraryDependencies += "org.bouncycastle" % "bcpg-jdk15to18" % "1.72.2"
Groovy Grape
@Grapes(
  @Grab(group='org.bouncycastle', module='bcpg-jdk15to18', version='1.72.2')
)
Apache Ivy
<dependency org="org.bouncycastle" name="bcpg-jdk15to18" rev="1.72.2" />
Leiningen
[org.bouncycastle/bcpg-jdk15to18 "1.72.2"]
Apache Buildr
'org.bouncycastle:bcpg-jdk15to18:jar:1.72.2'