Last Version

com.github.lyang:gpg-utils 0.3

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

License

License

GroupId

GroupId

com.github.lyang
ArtifactId

ArtifactId

gpg-utils
Version

Version

0.3
Type

Type

jar
Description

Description

com.github.lyang:gpg-utils
A simple wrapper for `ProcessBuilder` to make shell out to `gpg` easier in Java
Project URL

Project URL

https://github.com/lyang/gpg-utils
Source Code Management

Source Code Management

https://github.com/lyang/gpg-utils

Download gpg-utils 0.3


<!-- 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"]

Dependencies

compile (2)

Group / Artifact Type Version
com.google.guava : guava jar 30.0-jre
org.slf4j : slf4j-api jar 1.7.30

test (2)

Group / Artifact Type Version
junit : junit jar 4.13.1
org.slf4j : slf4j-nop jar 1.7.30

Project Modules

There are no modules declared in this project.