Jar examples for c:core
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 0.2.0-alpha1 in this page.
GNU Lesser General Public License, Version 3.0
You can use the following script to add core-0.2.0-alpha1.jar to your project.
<dependency> <groupId>io.apptik.rhub</groupId> <artifactId>core</artifactId> <version>0.2.0-alpha1</version> </dependency>
compile group: 'io.apptik.rhub', name: 'core', version: '0.2.0-alpha1'
libraryDependencies += "io.apptik.rhub" % "core" % "0.2.0-alpha1"
<dependency org="io.apptik.rhub" name="core" rev="0.2.0-alpha1"/>
@Grapes(@Grab(group='io.apptik.rhub', module='core', version='0.2.0-alpha1'))
'io.apptik.rhub:core:jar:0.2.0-alpha1'
Click the following link to download the jar file.
core-0.2.0-alpha1-javadoc.jar