b

bcpg-jdk15on

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