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

License

The Apache Software License, Version 2.0

Build File

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

<dependency>
   <groupId>org.aperteworkflow</groupId>
   <artifactId>model</artifactId>
   <version>3.2-RC1</version>
</dependency>
compile group: 'org.aperteworkflow', name: 'model', version: '3.2-RC1'
libraryDependencies += "org.aperteworkflow" % "model" % "3.2-RC1"
<dependency org="org.aperteworkflow" name="model" rev="3.2-RC1"/>
@Grapes(@Grab(group='org.aperteworkflow', module='model', version='3.2-RC1'))
'org.aperteworkflow:model:jar:3.2-RC1'

Download

Click the following link to download the jar file.

model-3.2-RC1-javadoc.jar
model-3.2-RC1-sources.jar
model-3.2-RC1.jar
model-3.2-RC1.pom



Related Tutorials