<dependency> <groupId>com.github.sanity4j</groupId> <artifactId>sanity4j</artifactId> <version>1.8.2</version> <type>maven-plugin</type> </dependency>
'com.github.sanity4j:sanity4j:maven-plugin:1.8.2'
<dependency org="com.github.sanity4j" name="sanity4j" rev="1.8.2"> <artifact name="sanity4j" type="maven-plugin" /> </dependency>
@Grapes( @Grab(group='com.github.sanity4j', module='sanity4j', version='1.8.2') )
compile 'com.github.sanity4j:sanity4j:1.8.2'
[com.github.sanity4j/sanity4j "1.8.2"]
libraryDependencies += "com.github.sanity4j" %% "sanity4j" % "1.8.2"