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


