Download client-model-1.0.0.jar file - Jar c

Jar examples for c:client-model

Description

A gwt client and server shared project

You can download jar file client-model 1.0.0 in this page.

Build File

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

<dependency>
   <groupId>net.sf.javaprinciples.client</groupId>
   <artifactId>client-model</artifactId>
   <version>1.0.0</version>
</dependency>
compile group: 'net.sf.javaprinciples.client', name: 'client-model', version: '1.0.0'
libraryDependencies += "net.sf.javaprinciples.client" % "client-model" % "1.0.0"
<dependency org="net.sf.javaprinciples.client" name="client-model" rev="1.0.0"/>
@Grapes(@Grab(group='net.sf.javaprinciples.client', module='client-model', version='1.0.0'))
'net.sf.javaprinciples.client:client-model:jar:1.0.0'

Download

Click the following link to download the jar file.

client-model-1.0.0-javadoc.jar
client-model-1.0.0-sources.jar
client-model-1.0.0.jar
client-model-1.0.0.pom



Related Tutorials