Maven Repository - POM file for GWT gwt-servlet 1.6.4 1.6.4

Summary

GWT Servlet Library 1.6.

The GWT Servlet Library supports the server-side components for invoking a GWT-RPC endpoint..

Declaration

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.6.4</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.

License

Name:The Apache Software License, Version 2.0
URL: http://www.apache.org/licenses/LICENSE-2.0.txt.





Packages

The following packages are defined in the gwt-servlet-1.6.4.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.debug.client
com.google.gwt.dom.client
com.google.gwt.event.dom.client
com.google.gwt.event.logical.shared
com.google.gwt.event.shared
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.datepicker.client
com.google.gwt.user.server.rpc
com.google.gwt.user.server.rpc.impl
com.google.gwt.xml.client
com.google.gwt.xml.client.impl




POM File Source

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.6.4</version>
  <packaging>jar</packaging>

  <name>GWT Servlet Library 1.6</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/tags/1.6.4</url>
  </scm>

</project>