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


