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


