is not current version
Last Version 1.46

org.bouncycastle:bcpg-jdk16 1.45

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

Version

1.45
Type

Type

jar

Download bcpg-jdk16 1.45


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