Download gwt-user-1.5.3.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 1.5.3 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

gwt-user-1.5.3.jar
gwt-user-1.5.3.pom



Related Tutorials