is not current version
Last Version 1.4.3

com.google.gsp.samples:pgp 1.3

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

GroupId

GroupId

com.google.gsp.samples
ArtifactId

ArtifactId

pgp
Version

Version

1.3
Type

Type

jar

Download pgp 1.3


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