Maven Coordinates

Apache Maven

<dependency>
  <groupId>com.github.hazendaz</groupId>
  <artifactId>build-tools</artifactId>
  <version>1.4.0</version>
</dependency>

Apache Ivy

<dependency org="com.github.hazendaz" name="build-tools" rev="1.4.0">
  <artifact name="build-tools" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.github.hazendaz', module='build-tools', version='1.4.0')
)

Gradle/Grails

implementation 'com.github.hazendaz:build-tools:1.4.0'

Scala SBT

libraryDependencies += "com.github.hazendaz" % "build-tools" % "1.4.0"

Leiningen

[com.github.hazendaz/build-tools "1.4.0"]