is not current version
Last Version 1.4.3

com.google.gsp.samples:pgp 1.2

Code samples for multiple PGP key encryption + signing and decryption + verification

GroupId

GroupId

com.google.gsp.samples
ArtifactId

ArtifactId

pgp
Version

Version

1.2
Type

Type

jar

Download pgp 1.2


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