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


