Download core-4.0.0-beta-2.jar file - Jar c

Jar examples for c:core

Description

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.

You can download jar file core 4.0.0-beta-2 in this page.

License

GNU Lesser General Public License, Version 3.0

Build File

You can use the following script to add core-4.0.0-beta-2.jar to your project.

<dependency>
   <groupId>ch.squaredesk.nova</groupId>
   <artifactId>core</artifactId>
   <version>4.0.0-beta-2</version>
</dependency>
compile group: 'ch.squaredesk.nova', name: 'core', version: '4.0.0-beta-2'
libraryDependencies += "ch.squaredesk.nova" % "core" % "4.0.0-beta-2"
<dependency org="ch.squaredesk.nova" name="core" rev="4.0.0-beta-2"/>
@Grapes(@Grab(group='ch.squaredesk.nova', module='core', version='4.0.0-beta-2'))
'ch.squaredesk.nova:core:jar:4.0.0-beta-2'

Download

Click the following link to download the jar file.

core-4.0.0-beta-2-javadoc.jar
core-4.0.0-beta-2-sources.jar
core-4.0.0-beta-2.jar
core-4.0.0-beta-2.pom



Related Tutorials