License |
License |
---|---|
GroupId | GroupIdcom.github.lyang |
ArtifactId | ArtifactIdgpg-utils |
Version | Version0.2 |
Type | Typejar |
Description |
Descriptioncom.github.lyang:gpg-utils
A simple wrapper for `ProcessBuilder` to make shell out to `gpg` easier in Java
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
gpg-utils-0.2.pom | |
gpg-utils-0.2.jar | 6 KB |
gpg-utils-0.2-sources.jar | 4 KB |
gpg-utils-0.2-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.lyang/gpg-utils/ -->
<dependency>
<groupId>com.github.lyang</groupId>
<artifactId>gpg-utils</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lyang/gpg-utils/
implementation 'com.github.lyang:gpg-utils:0.2'
// https://jarcasting.com/artifacts/com.github.lyang/gpg-utils/
implementation ("com.github.lyang:gpg-utils:0.2")
'com.github.lyang:gpg-utils:jar:0.2'
<dependency org="com.github.lyang" name="gpg-utils" rev="0.2">
<artifact name="gpg-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lyang', module='gpg-utils', version='0.2')
)
libraryDependencies += "com.github.lyang" % "gpg-utils" % "0.2"
[com.github.lyang/gpg-utils "0.2"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 29.0-jre |
org.slf4j : slf4j-api | jar | 1.7.30 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13 |
org.slf4j : slf4j-nop | jar | 1.7.30 |