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