Download core-3.1.200-v20070522.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 3.1.200-v20070522 in this page.

License

GNU Lesser General Public License, Version 3.0

Build File

You can use the following script to add core-3.1.200-v20070522.jar to your project.

<dependency>
   <groupId>org.eclipse.ant</groupId>
   <artifactId>core</artifactId>
   <version>3.1.200-v20070522</version>
</dependency>
compile group: 'org.eclipse.ant', name: 'core', version: '3.1.200-v20070522'
libraryDependencies += "org.eclipse.ant" % "core" % "3.1.200-v20070522"
<dependency org="org.eclipse.ant" name="core" rev="3.1.200-v20070522"/>
@Grapes(@Grab(group='org.eclipse.ant', module='core', version='3.1.200-v20070522'))
'org.eclipse.ant:core:jar:3.1.200-v20070522'

Download

Click the following link to download the jar file.

core-3.1.200-v20070522.jar
core-3.1.200-v20070522.pom



Related Tutorials