Download motif-0.7.jar file - Jar m

Jar examples for m:motif

Description

A library helping you to compose behavior from smaller parts.

You can download jar file motif 0.7 in this page.

License

Apache License 2.0

Build File

You can use the following script to add motif-0.7.jar to your project.

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

Download

Click the following link to download the jar file.

motif-0.7-javadoc.jar
motif-0.7-sources.jar
motif-0.7.jar
motif-0.7.pom



Related Tutorials