Download core-2.0.1-nimble.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 2.0.1-nimble in this page.

License

GNU Lesser General Public License, Version 3.0

Build File

You can use the following script to add core-2.0.1-nimble.jar to your project.

<dependency>
   <groupId>org.gridkit.3rd.btrace</groupId>
   <artifactId>core</artifactId>
   <version>2.0.1-nimble</version>
</dependency>
compile group: 'org.gridkit.3rd.btrace', name: 'core', version: '2.0.1-nimble'
libraryDependencies += "org.gridkit.3rd.btrace" % "core" % "2.0.1-nimble"
<dependency org="org.gridkit.3rd.btrace" name="core" rev="2.0.1-nimble"/>
@Grapes(@Grab(group='org.gridkit.3rd.btrace', module='core', version='2.0.1-nimble'))
'org.gridkit.3rd.btrace:core:jar:2.0.1-nimble'

Download

Click the following link to download the jar file.

core-2.0.1-nimble-javadoc.jar
core-2.0.1-nimble-sources.jar
core-2.0.1-nimble.jar
core-2.0.1-nimble.pom



Related Tutorials