License |
License |
---|---|
GroupId | GroupIdcom.tobedevoured |
ArtifactId | ArtifactIdmodelcitizen |
Version | Version0.6.0 |
Type | Typejar |
Description |
Descriptionmodel-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 |
Filename | Size |
---|---|
modelcitizen-0.6.0.pom | |
modelcitizen-0.6.0.jar | 38 KB |
modelcitizen-0.6.0-sources.jar | 38 KB |
modelcitizen-0.6.0-javadoc.jar | 234 KB |
Browse |
<!-- 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"]
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 |
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 |