m

motif

A library helping you to compose behavior from smaller parts.
http://runeflobakk.github.io/motif
Apache License 2.0
Rune Flobakk
Files download
File Operation
motif-0.7.jar download
motif-0.7.pom download
motif-0.7-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.runeflobakk</groupId>
  <artifactId>motif</artifactId>
  <version>0.7</version>
</dependency>
Gradle Groovy
implementation 'com.github.runeflobakk:motif:0.7'
Gradle Kotlin
implementation("com.github.runeflobakk:motif:0.7")
Scala SBT
libraryDependencies += "com.github.runeflobakk" % "motif" % "0.7"
Groovy Grape
@Grapes(
  @Grab(group='com.github.runeflobakk', module='motif', version='0.7')
)
Apache Ivy
<dependency org="com.github.runeflobakk" name="motif" rev="0.7" />
Leiningen
[com.github.runeflobakk/motif "0.7"]
Apache Buildr
'com.github.runeflobakk:motif:jar:0.7'