не последняя версия
Последняя версия 1.70

org.bouncycastle:bcpg-jdk15on 1.63

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.

Группа

Группа

org.bouncycastle
Идентификатор

Идентификатор

bcpg-jdk15on
Версия

Версия

1.63
Тип

Тип

jar

Скачать bcpg-jdk15on 1.63


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