Download gwt-servlet-1.7.0.jar file - Jar g

Jar examples for g:gwt-servlet

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-servlet 1.7.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add gwt-servlet-1.7.0.jar to your project.

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

Download

Click the following link to download the jar file.

gwt-servlet-1.7.0.jar
gwt-servlet-1.7.0.pom



Related Tutorials