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