MVN

com.tobedevoured.modelcitizen : spring

Maven & Gradle

Feb 12, 2020
94 stars

spring · 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>spring</artifactId>
    <version>0.8.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tobedevoured.modelcitizen : spring to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.3

All Versions

Choose a version of com.tobedevoured.modelcitizen : spring to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

Add the following com.tobedevoured.modelcitizen : spring maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

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

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.tobedevoured.modelcitizen : spring gradle dependency to your build.gradle file:

implementation 'com.tobedevoured.modelcitizen:spring:0.8.3'

Gradle Kotlin DSL: Add the following com.tobedevoured.modelcitizen : spring gradle kotlin dependency to your build.gradle.kts file:

implementation("com.tobedevoured.modelcitizen:spring:0.8.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.tobedevoured.modelcitizen : spring sbt scala dependency to your build.sbt file:

libraryDependencies += "com.tobedevoured.modelcitizen" % "spring" % "0.8.3"

Advertisement

Dependencies from Group

Feb 12, 2020
1 usages
94 stars
Feb 12, 2020
94 stars
Feb 12, 2020
94 stars

Discover Dependencies

Feb 12, 2020
1 usages
94 stars
Feb 20, 2017
1 usages
1 stars
Dec 18, 2017
1 usages
8 stars
Jan 27, 2017
3 stars
Aug 28, 2017
14 usages
2.1k stars
Jan 11, 2018
3 usages
56 stars
Jan 11, 2018
19 usages
56 stars