Download core-2.2.0-b05.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.2.0-b05 in this page.

License

GNU Lesser General Public License, Version 3.0

Build File

You can use the following script to add core-2.2.0-b05.jar to your project.

<dependency>
   <groupId>org.glassfish.hk2</groupId>
   <artifactId>core</artifactId>
   <version>2.2.0-b05</version>
</dependency>
compile group: 'org.glassfish.hk2', name: 'core', version: '2.2.0-b05'
libraryDependencies += "org.glassfish.hk2" % "core" % "2.2.0-b05"
<dependency org="org.glassfish.hk2" name="core" rev="2.2.0-b05"/>
@Grapes(@Grab(group='org.glassfish.hk2', module='core', version='2.2.0-b05'))
'org.glassfish.hk2:core:jar:2.2.0-b05'

Download

Click the following link to download the jar file.

core-2.2.0-b05-javadoc.jar
core-2.2.0-b05-sources.jar
core-2.2.0-b05.jar
core-2.2.0-b05.pom



Related Tutorials