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