<dependency> <groupId>com.github.runeflobakk</groupId> <artifactId>motif</artifactId> <version>0.8</version> </dependency>
'com.github.runeflobakk:motif:jar:0.8'
<dependency org="com.github.runeflobakk" name="motif" rev="0.8"> <artifact name="motif" type="jar" /> </dependency>
@Grapes( @Grab(group='com.github.runeflobakk', module='motif', version='0.8') )
compile 'com.github.runeflobakk:motif:0.8'
[com.github.runeflobakk/motif "0.8"]
libraryDependencies += "com.github.runeflobakk" % "motif" % "0.8"