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


