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