| License |
License |
|---|---|
| GroupId | GroupIdse.soy.gpg |
| ArtifactId | ArtifactIdGPG |
| Version | Version1.0.0 |
| Type | Typejar |
| Description |
DescriptionJGPG
a Java wrapper for GPG2
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| GPG-1.0.0.pom | |
| GPG-1.0.0.jar | 5 KB |
| GPG-1.0.0-sources.jar | 2 KB |
| GPG-1.0.0-javadoc.jar | 35 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/se.soy.gpg/GPG/ -->
<dependency>
<groupId>se.soy.gpg</groupId>
<artifactId>GPG</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/se.soy.gpg/GPG/
implementation 'se.soy.gpg:GPG:1.0.0'
// https://jarcasting.com/artifacts/se.soy.gpg/GPG/
implementation ("se.soy.gpg:GPG:1.0.0")
'se.soy.gpg:GPG:jar:1.0.0'
<dependency org="se.soy.gpg" name="GPG" rev="1.0.0">
<artifact name="GPG" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.soy.gpg', module='GPG', version='1.0.0')
)
libraryDependencies += "se.soy.gpg" % "GPG" % "1.0.0"
[se.soy.gpg/GPG "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| se.soy.securerstring : SecurerString | jar | 1.2.+ |
| org.slf4j : slf4j-api | jar | 1.7.+ |
| ch.qos.logback : logback-classic | jar | 1.1.+ |