is not current version
Last Version 0.3

com.github.lyang:gpg-utils 0.1

A simple wrapper for `ProcessBuilder` to make shell out to `gpg` easier in Java

GroupId

GroupId

com.github.lyang
ArtifactId

ArtifactId

gpg-utils
Version

Version

0.1
Type

Type

jar

Download gpg-utils 0.1


<!-- https://jarcasting.com/artifacts/com.github.lyang/gpg-utils/ -->
<dependency>
    <groupId>com.github.lyang</groupId>
    <artifactId>gpg-utils</artifactId>
    <version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lyang/gpg-utils/
implementation 'com.github.lyang:gpg-utils:0.1'
// https://jarcasting.com/artifacts/com.github.lyang/gpg-utils/
implementation ("com.github.lyang:gpg-utils:0.1")
'com.github.lyang:gpg-utils:jar:0.1'
<dependency org="com.github.lyang" name="gpg-utils" rev="0.1">
  <artifact name="gpg-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lyang', module='gpg-utils', version='0.1')
)
libraryDependencies += "com.github.lyang" % "gpg-utils" % "0.1"
[com.github.lyang/gpg-utils "0.1"]