Motif
A Java library helping you to compose behavior from smaller parts.
Documentation can be found here: http://runeflobakk.github.io/motif
License |
License |
---|---|
GroupId | GroupIdcom.github.runeflobakk |
ArtifactId | ArtifactIdmotif |
Last Version | Last Version0.8 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMotif
A library helping you to compose behavior from smaller parts.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
motif-0.8.pom | |
motif-0.8.jar | 129 KB |
motif-0.8-sources.jar | 53 KB |
motif-0.8-javadoc.jar | 423 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.runeflobakk/motif/ -->
<dependency>
<groupId>com.github.runeflobakk</groupId>
<artifactId>motif</artifactId>
<version>0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.runeflobakk/motif/
implementation 'com.github.runeflobakk:motif:0.8'
// https://jarcasting.com/artifacts/com.github.runeflobakk/motif/
implementation ("com.github.runeflobakk:motif:0.8")
'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')
)
libraryDependencies += "com.github.runeflobakk" % "motif" % "0.8"
[com.github.runeflobakk/motif "0.8"]
Group / Artifact | Type | Version |
---|---|---|
org.hamcrest : hamcrest-library | jar | 1.3 |
org.hamcrest : hamcrest-core | jar | 1.3 |
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 2.0.43-beta |
org.reflections : reflections | jar | 0.9.10 |
org.objenesis : objenesis | jar | 2.2 |
org.slf4j : slf4j-api | jar | 1.7.18 |
ch.qos.logback : logback-classic | jar | 1.1.4 |
org.codehaus.groovy : groovy | jar | 2.4.6 |
nl.jqno.equalsverifier : equalsverifier | jar | 1.7.1 |
com.pholser : junit-quickcheck-core | jar | 0.4 |
com.pholser : junit-quickcheck-generators | jar | 0.4 |
org.junit.contrib : junit-theories | jar | 4.12 |
A Java library helping you to compose behavior from smaller parts.
Documentation can be found here: http://runeflobakk.github.io/motif