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