Dependency Information

Apache Maven

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

Apache Ivy

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

Groovy Grape

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

Gradle/Grails

compile 'com.github.hazendaz:build-tools:1.3.1'

Scala SBT

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

Leiningen

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