License |
License |
---|---|
GroupId | GroupIdcom.github.lyang |
ArtifactId | ArtifactIdgpg-utils |
Version | Version0.3 |
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.3.pom | |
gpg-utils-0.3.jar | 6 KB |
gpg-utils-0.3-sources.jar | 4 KB |
gpg-utils-0.3-javadoc.jar | 120 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.lyang/gpg-utils/ -->
<dependency>
<groupId>com.github.lyang</groupId>
<artifactId>gpg-utils</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lyang/gpg-utils/
implementation 'com.github.lyang:gpg-utils:0.3'
// https://jarcasting.com/artifacts/com.github.lyang/gpg-utils/
implementation ("com.github.lyang:gpg-utils:0.3")
'com.github.lyang:gpg-utils:jar:0.3'
<dependency org="com.github.lyang" name="gpg-utils" rev="0.3">
<artifact name="gpg-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lyang', module='gpg-utils', version='0.3')
)
libraryDependencies += "com.github.lyang" % "gpg-utils" % "0.3"
[com.github.lyang/gpg-utils "0.3"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 30.0-jre |
org.slf4j : slf4j-api | jar | 1.7.30 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
org.slf4j : slf4j-nop | jar | 1.7.30 |