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