is not current version
Last Version 1.71

org.bouncycastle:bcpg-jdk14 1.56

The Bouncy Castle Java API for handling the OpenPGP protocol. This jar contains the OpenPGP API for JDK 1.4. 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-jdk14
Version

Version

1.56
Type

Type

jar

Download bcpg-jdk14 1.56


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