Apache Maven

<dependency>
  <groupId>com.github.runeflobakk</groupId>
  <artifactId>motif</artifactId>
  <version>0.8</version>
</dependency>

Apache Buildr

'com.github.runeflobakk:motif:jar:0.8'

Apache Ivy

<dependency org="com.github.runeflobakk" name="motif" rev="0.8">
  <artifact name="motif" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.github.runeflobakk', module='motif', version='0.8')
)

Grails

compile 'com.github.runeflobakk:motif:0.8'

Leiningen

[com.github.runeflobakk/motif "0.8"]

SBT

libraryDependencies += "com.github.runeflobakk" % "motif" % "0.8"

Back to top

Version: 0.8. Last Published: 2016-03-02.

Reflow Maven skin by Andrius Velykis.