Dependency Information

Apache Maven

<dependency>
  <groupId>com.github.sanity4j</groupId>
  <artifactId>sanity4j</artifactId>
  <version>1.8.2</version>
  <type>maven-plugin</type>
</dependency>

Apache Buildr

'com.github.sanity4j:sanity4j:maven-plugin:1.8.2'

Apache Ant

<dependency org="com.github.sanity4j" name="sanity4j" rev="1.8.2">
  <artifact name="sanity4j" type="maven-plugin" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.github.sanity4j', module='sanity4j', version='1.8.2')
)

Grails

compile 'com.github.sanity4j:sanity4j:1.8.2'

Leiningen

[com.github.sanity4j/sanity4j "1.8.2"]

SBT

libraryDependencies += "com.github.sanity4j" %% "sanity4j" % "1.8.2"