Download model-1.0.15.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 1.0.15 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

model-1.0.15-javadoc.jar
model-1.0.15-sources.jar
model-1.0.15.jar
model-1.0.15.pom



Related Tutorials