Download spring-0.8.8.jar file - Jar s

Jar examples for s:spring

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 spring 0.8.8 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add spring-0.8.8.jar to your project.

<dependency>
   <groupId>me.tfeng.play-mods</groupId>
   <artifactId>spring</artifactId>
   <version>0.8.8</version>
</dependency>
compile group: 'me.tfeng.play-mods', name: 'spring', version: '0.8.8'
libraryDependencies += "me.tfeng.play-mods" % "spring" % "0.8.8"
<dependency org="me.tfeng.play-mods" name="spring" rev="0.8.8"/>
@Grapes(@Grab(group='me.tfeng.play-mods', module='spring', version='0.8.8'))
'me.tfeng.play-mods:spring:jar:0.8.8'

Download

Click the following link to download the jar file.

spring-0.8.8-javadoc.jar
spring-0.8.8-sources.jar
spring-0.8.8.jar
spring-0.8.8.pom



Related Tutorials