Download core-1.0.0-alpha2.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 1.0.0-alpha2 in this page.

License

GNU Lesser General Public License, Version 3.0

Build File

You can use the following script to add core-1.0.0-alpha2.jar to your project.

<dependency>
   <groupId>com.squareup.sqldelight</groupId>
   <artifactId>core</artifactId>
   <version>1.0.0-alpha2</version>
</dependency>
compile group: 'com.squareup.sqldelight', name: 'core', version: '1.0.0-alpha2'
libraryDependencies += "com.squareup.sqldelight" % "core" % "1.0.0-alpha2"
<dependency org="com.squareup.sqldelight" name="core" rev="1.0.0-alpha2"/>
@Grapes(@Grab(group='com.squareup.sqldelight', module='core', version='1.0.0-alpha2'))
'com.squareup.sqldelight:core:jar:1.0.0-alpha2'

Download

Click the following link to download the jar file.

core-1.0.0-alpha2-javadoc.jar
core-1.0.0-alpha2-sources.jar
core-1.0.0-alpha2.jar
core-1.0.0-alpha2.pom



Related Tutorials