Dependency Information

Apache Maven

<dependency>
  <groupId>com.github.hazendaz.git</groupId>
  <artifactId>github-desktop</artifactId>
  <version>3.3.14</version>
  <type>pom</type>
</dependency>

Apache Ivy

<dependency org="com.github.hazendaz.git" name="github-desktop" rev="3.3.14">
  <artifact name="github-desktop" type="pom" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.github.hazendaz.git', module='github-desktop', version='3.3.14')
)

Gradle/Grails

implementation 'com.github.hazendaz.git:github-desktop:3.3.14'

Scala SBT

libraryDependencies += "com.github.hazendaz.git" % "github-desktop" % "3.3.14"

Leiningen

[com.github.hazendaz.git/github-desktop "3.3.14"]