Last Version

model-citizen 0.6.0

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.

License

License

GroupId

GroupId

com.tobedevoured
ArtifactId

ArtifactId

modelcitizen
Version

Version

0.6.0
Type

Type

jar
Description

Description

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.
Project URL

Project URL

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

Download modelcitizen 0.6.0


<!-- 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"]

Dependencies

compile (4)

Group / Artifact Type Version
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)

Group / Artifact Type Version
junit : junit jar 4.8.2
ch.qos.logback : logback-classic jar 1.0.13
org.mockito : mockito-core jar 1.9.5

Project Modules

There are no modules declared in this project.