is not current version
Last Version 1.70

org.bouncycastle:bcpg-jdk15on 1.62

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.

GroupId

GroupId

org.bouncycastle
ArtifactId

ArtifactId

bcpg-jdk15on
Version

Version

1.62
Type

Type

jar

Download bcpg-jdk15on 1.62


<!-- https://jarcasting.com/artifacts/org.bouncycastle/bcpg-jdk15on/ -->
<dependency>
    <groupId>org.bouncycastle</groupId>
    <artifactId>bcpg-jdk15on</artifactId>
    <version>1.62</version>
</dependency>
// https://jarcasting.com/artifacts/org.bouncycastle/bcpg-jdk15on/
implementation 'org.bouncycastle:bcpg-jdk15on:1.62'
// https://jarcasting.com/artifacts/org.bouncycastle/bcpg-jdk15on/
implementation ("org.bouncycastle:bcpg-jdk15on:1.62")
'org.bouncycastle:bcpg-jdk15on:jar:1.62'
<dependency org="org.bouncycastle" name="bcpg-jdk15on" rev="1.62">
  <artifact name="bcpg-jdk15on" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bouncycastle', module='bcpg-jdk15on', version='1.62')
)
libraryDependencies += "org.bouncycastle" % "bcpg-jdk15on" % "1.62"
[org.bouncycastle/bcpg-jdk15on "1.62"]