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