Motif
A Java library helping you to compose behavior from smaller parts.
Documentation can be found here: http://runeflobakk.github.io/motif
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.runeflobakk |
| Идентификатор | Идентификаторmotif |
| Последняя версия | Последняя версия0.8 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеMotif
A library helping you to compose behavior from smaller parts.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| motif-0.8.pom | |
| motif-0.8.jar | 129 KB |
| motif-0.8-sources.jar | 53 KB |
| motif-0.8-javadoc.jar | 423 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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