Download model-12.12-beta.jar file - Jar m

Jar examples for m:model

Description

The Gomoob Data Model library contains utility interfaces, abstract classes and classes used to create Java Data Models / Domain Models quickly and using best practices.

You can download jar file model 12.12-beta in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add model-12.12-beta.jar to your project.

<dependency>
   <groupId>nl.cloudfarming.client</groupId>
   <artifactId>model</artifactId>
   <version>12.12-beta</version>
</dependency>
compile group: 'nl.cloudfarming.client', name: 'model', version: '12.12-beta'
libraryDependencies += "nl.cloudfarming.client" % "model" % "12.12-beta"
<dependency org="nl.cloudfarming.client" name="model" rev="12.12-beta"/>
@Grapes(@Grab(group='nl.cloudfarming.client', module='model', version='12.12-beta'))
'nl.cloudfarming.client:model:jar:12.12-beta'

Download

Click the following link to download the jar file.

model-12.12-beta-javadoc.jar
model-12.12-beta-sources.jar
model-12.12-beta.jar
model-12.12-beta.pom



Related Tutorials