Maven Coordinates
Apache Maven
<dependency>
<groupId>com.github.hazendaz.gpg4win</groupId>
<artifactId>gpg4win</artifactId>
<version>4.4.0</version>
<type>pom</type>
</dependency>
Apache Ivy
<dependency org="com.github.hazendaz.gpg4win" name="gpg4win" rev="4.4.0">
<artifact name="gpg4win" type="pom" />
</dependency>
Groovy Grape
@Grapes(
@Grab(group='com.github.hazendaz.gpg4win', module='gpg4win', version='4.4.0')
)
Gradle/Grails
implementation 'com.github.hazendaz.gpg4win:gpg4win:4.4.0'
Scala SBT
libraryDependencies += "com.github.hazendaz.gpg4win" % "gpg4win" % "4.4.0"
Leiningen
[com.github.hazendaz.gpg4win/gpg4win "4.4.0"]