Last Version

model-citizen 0.2.2

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.slackworks
ArtifactId

ArtifactId

modelcitizen
Version

Version

0.2.2
Type

Type

jar
Description

Description

model-citizen
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.2.2


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

Dependencies

compile (5)

Group / Artifact Type Version
commons-lang : commons-lang jar 2.6
commons-beanutils : commons-beanutils jar 1.8.3
ch.qos.logback : logback-classic jar 0.9.24
org.slf4j : slf4j-api jar 1.6.1
com.metapossum : metapossum-scanner jar 1.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.8.2

Project Modules

There are no modules declared in this project.