Files download
File Operation
git-for-windows-2.44.0.1.pom download
Apache Maven
<dependency>
  <groupId>com.github.hazendaz.git</groupId>
  <artifactId>git-for-windows</artifactId>
  <version>2.44.0.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.hazendaz.git:git-for-windows:2.44.0.1'
Gradle Kotlin
implementation("com.github.hazendaz.git:git-for-windows:2.44.0.1")
Scala SBT
libraryDependencies += "com.github.hazendaz.git" % "git-for-windows" % "2.44.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.hazendaz.git', module='git-for-windows', version='2.44.0.1')
)
Apache Ivy
<dependency org="com.github.hazendaz.git" name="git-for-windows" rev="2.44.0.1" />
Leiningen
[com.github.hazendaz.git/git-for-windows "2.44.0.1"]
Apache Buildr
'com.github.hazendaz.git:git-for-windows:jar:2.44.0.1'