Files download
File Operation
gpg4win-4.1.0.pom download
Apache Maven
<dependency>
  <groupId>com.github.hazendaz.gpg4win</groupId>
  <artifactId>gpg4win</artifactId>
  <version>4.1.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.hazendaz.gpg4win:gpg4win:4.1.0'
Gradle Kotlin
implementation("com.github.hazendaz.gpg4win:gpg4win:4.1.0")
Scala SBT
libraryDependencies += "com.github.hazendaz.gpg4win" % "gpg4win" % "4.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.hazendaz.gpg4win', module='gpg4win', version='4.1.0')
)
Apache Ivy
<dependency org="com.github.hazendaz.gpg4win" name="gpg4win" rev="4.1.0" />
Leiningen
[com.github.hazendaz.gpg4win/gpg4win "4.1.0"]
Apache Buildr
'com.github.hazendaz.gpg4win:gpg4win:jar:4.1.0'