MVN

com.tobedevoured.modelcitizen : parent

Maven & Gradle

Feb 12, 2020
94 stars

parent · 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.

<dependency>
    <groupId>com.tobedevoured.modelcitizen</groupId>
    <artifactId>parent</artifactId>
    <version>0.8.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tobedevoured.modelcitizen : parent to add to Maven - Latest Versions:

  • Latest Stable: 0.8.3

All Versions

Choose a version of com.tobedevoured.modelcitizen : parent to add to Maven - All Versions:

Version Vulnerabilities Updated
0.8.x
parent-0.8.3
parent-0.8.2
parent-0.8.1
parent-0.8.0
0.7.x
parent-0.7.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.tobedevoured.modelcitizen</groupId>
    <artifactId>parent</artifactId>
    <version>0.8.3</version>
</dependency>

Advertisement