Download gwt-user-2.7.0.jar file - Jar g

Jar examples for g:gwt-user

Description

The GWT User Library supports the client-side components for building AJAX apps in the Java language using the Google Web Toolkit.

You can download jar file gwt-user 2.7.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add gwt-user-2.7.0.jar to your project.

<dependency>
   <groupId>net.wetheinter</groupId>
   <artifactId>gwt-user</artifactId>
   <version>2.7.0</version>
</dependency>
compile group: 'net.wetheinter', name: 'gwt-user', version: '2.7.0'
libraryDependencies += "net.wetheinter" % "gwt-user" % "2.7.0"
<dependency org="net.wetheinter" name="gwt-user" rev="2.7.0"/>
@Grapes(@Grab(group='net.wetheinter', module='gwt-user', version='2.7.0'))
'net.wetheinter:gwt-user:jar:2.7.0'

Download

Click the following link to download the jar file.

gwt-user-2.7.0-javadoc.jar
gwt-user-2.7.0-sources.jar
gwt-user-2.7.0.jar
gwt-user-2.7.0.pom



Related Tutorials