Maven Coordinates

Apache Maven

<dependency>
  <groupId>com.github.hazendaz.gpg4win</groupId>
  <artifactId>gpg4win</artifactId>
  <version>5.0.1</version>
  <type>pom</type>
</dependency>

Apache Ivy

<dependency org="com.github.hazendaz.gpg4win" name="gpg4win" rev="5.0.1">
  <artifact name="gpg4win" type="pom" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.github.hazendaz.gpg4win', module='gpg4win', version='5.0.1')
)

Gradle/Grails

implementation 'com.github.hazendaz.gpg4win:gpg4win:5.0.1'

Scala SBT

libraryDependencies += "com.github.hazendaz.gpg4win" % "gpg4win" % "5.0.1"

Leiningen

[com.github.hazendaz.gpg4win/gpg4win "5.0.1"]