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


