model-citizen

Model Citizen is an annotation based model factory for Java. A Model is mapped by a Blueprint using annotated fields. Blueprints contain default values and references to other blueprinted models. The ModelFactory can create Models based on registered Blueprints. A Model already created can be passed into the ModelFactory as a Reference Model, which will be used as the basis for the new Model.

Лицензия

Лицензия

Группа

Группа

com.tobedevoured
Идентификатор

Идентификатор

modelcitizen
Последняя версия

Последняя версия

0.6.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

model-citizen
Model Citizen is an annotation based model factory for Java. A Model is mapped by a Blueprint using annotated fields. Blueprints contain default values and references to other blueprinted models. The ModelFactory can create Models based on registered Blueprints. A Model already created can be passed into the ModelFactory as a Reference Model, which will be used as the basis for the new Model.
Ссылка на сайт

Ссылка на сайт

https://github.com/mguymon/model-citizen

Скачать modelcitizen

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.tobedevoured/modelcitizen/ -->
<dependency>
    <groupId>com.tobedevoured</groupId>
    <artifactId>modelcitizen</artifactId>
    <version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.tobedevoured/modelcitizen/
implementation 'com.tobedevoured:modelcitizen:0.6.0'
// https://jarcasting.com/artifacts/com.tobedevoured/modelcitizen/
implementation ("com.tobedevoured:modelcitizen:0.6.0")
'com.tobedevoured:modelcitizen:jar:0.6.0'
<dependency org="com.tobedevoured" name="modelcitizen" rev="0.6.0">
  <artifact name="modelcitizen" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tobedevoured', module='modelcitizen', version='0.6.0')
)
libraryDependencies += "com.tobedevoured" % "modelcitizen" % "0.6.0"
[com.tobedevoured/modelcitizen "0.6.0"]

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
commons-lang : commons-lang jar 2.6
commons-beanutils : commons-beanutils jar 1.8.3
org.slf4j : slf4j-api jar 1.7.5
com.metapossum : metapossum-scanner jar 1.0

test (3)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.8.2
ch.qos.logback : logback-classic jar 1.0.13
org.mockito : mockito-core jar 1.9.5

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
0.6.0
0.5.2
0.5.1
0.5.0
0.4.0
0.3.2
0.3.1
0.3.0
0.2.4