GWT Servlet Library 1.5.
The GWT Servlet Library supports the server-side components for invoking a GWT-RPC endpoint..
Here is the list of declaration for gwt-servlet. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>com.google.gwt</groupId> <artifactId>gwt-servlet</artifactId> <version>1.5.2</version> </dependency>
If you think this Maven repository POM file listing for gwt-servlet is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:The Apache Software License, Version 2.0
URL: http://www.apache.org/licenses/LICENSE-2.0.txt.
The following packages are defined in the gwt-servlet-1.5.2.jar
com.google.gwt.animation.client com.google.gwt.benchmarks.client com.google.gwt.benchmarks.client.impl com.google.gwt.core.client com.google.gwt.core.client.impl com.google.gwt.dom.client com.google.gwt.http.client com.google.gwt.i18n.client com.google.gwt.i18n.client.constants com.google.gwt.i18n.client.impl com.google.gwt.i18n.client.impl.cldr com.google.gwt.i18n.client.impl.plurals com.google.gwt.junit.client com.google.gwt.junit.client.impl com.google.gwt.user.client com.google.gwt.user.client.impl com.google.gwt.user.client.rpc com.google.gwt.user.client.rpc.core.java.lang com.google.gwt.user.client.rpc.core.java.sql com.google.gwt.user.client.rpc.core.java.util com.google.gwt.user.client.rpc.impl com.google.gwt.user.client.ui com.google.gwt.user.client.ui.impl com.google.gwt.user.server.rpc com.google.gwt.user.server.rpc.impl com.google.gwt.xml.client com.google.gwt.xml.client.impl
Here is the content of the POM file.
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-servlet</artifactId>
<version>1.5.2</version>
<packaging>jar</packaging>
<name>GWT Servlet Library 1.5</name>
<url>http://code.google.com/webtoolkit/</url>
<description>The GWT Servlet Library supports the server-side components for invoking a GWT-RPC endpoint.</description>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>http://google-web-toolkit.googlecode.com/svn/</url>
</scm>
</project>