Download core-1.3-RELEASE.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 1.3-RELEASE in this page.

License

GNU Lesser General Public License, Version 3.0

Build File

You can use the following script to add core-1.3-RELEASE.jar to your project.

<dependency>
   <groupId>org.bitbucket.gkutiel</groupId>
   <artifactId>core</artifactId>
   <version>1.3-RELEASE</version>
</dependency>
compile group: 'org.bitbucket.gkutiel', name: 'core', version: '1.3-RELEASE'
libraryDependencies += "org.bitbucket.gkutiel" % "core" % "1.3-RELEASE"
<dependency org="org.bitbucket.gkutiel" name="core" rev="1.3-RELEASE"/>
@Grapes(@Grab(group='org.bitbucket.gkutiel', module='core', version='1.3-RELEASE'))
'org.bitbucket.gkutiel:core:jar:1.3-RELEASE'

Download

Click the following link to download the jar file.

core-1.3-RELEASE-javadoc.jar
core-1.3-RELEASE-sources.jar
core-1.3-RELEASE.jar
core-1.3-RELEASE.pom



Related Tutorials