| License |
License |
|---|---|
| GroupId | GroupIdcom.google.gsp.samples |
| ArtifactId | ArtifactIdpgp |
| Last Version | Last Version1.4.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionGoogle Standard Payments: PGP Encryption Samples
Code samples for multiple PGP key encryption + signing and decryption + verification
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| pgp-1.4.3.pom | |
| pgp-1.4.3.jar | 43 KB |
| pgp-1.4.3-sources.jar | 32 KB |
| pgp-1.4.3-javadoc.jar | 69 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.google.gsp.samples/pgp/ -->
<dependency>
<groupId>com.google.gsp.samples</groupId>
<artifactId>pgp</artifactId>
<version>1.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.gsp.samples/pgp/
implementation 'com.google.gsp.samples:pgp:1.4.3'
// https://jarcasting.com/artifacts/com.google.gsp.samples/pgp/
implementation ("com.google.gsp.samples:pgp:1.4.3")
'com.google.gsp.samples:pgp:jar:1.4.3'
<dependency org="com.google.gsp.samples" name="pgp" rev="1.4.3">
<artifact name="pgp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.gsp.samples', module='pgp', version='1.4.3')
)
libraryDependencies += "com.google.gsp.samples" % "pgp" % "1.4.3"
[com.google.gsp.samples/pgp "1.4.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.guava : guava | jar | 31.0.1-jre |
| org.bouncycastle : bcpg-jdk15on | jar | 1.70 |
| org.apache.logging.log4j : log4j-api | jar | 2.16.0 |
| org.apache.logging.log4j : log4j-core | jar | 2.16.0 |
| org.apache.commons : commons-lang3 | jar | 3.12.0 |
| commons-cli : commons-cli | jar | 1.5.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
| org.junit.jupiter : junit-jupiter-params | jar | 5.8.2 |