Maven Repository - POM file for GWT gwt-user 1.7.0 1.7.0

Summary

GWT User Library 1.7.

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

Declaration

Here is the list of declaration for gwt-user. 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-user</artifactId>
   <version>1.7.0</version>
</dependency>

If you think this Maven repository POM file listing for gwt-user 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-user-1.7.0.jar

com.google.gwt.animation.client
com.google.gwt.benchmarks
com.google.gwt.benchmarks.client
com.google.gwt.benchmarks.client.impl
com.google.gwt.benchmarks.rebind
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.i18n.rebind
com.google.gwt.i18n.rebind.format
com.google.gwt.i18n.rebind.keygen
com.google.gwt.i18n.tools
com.google.gwt.json.client
com.google.gwt.junit
com.google.gwt.junit.client
com.google.gwt.junit.client.impl
com.google.gwt.junit.rebind
com.google.gwt.junit.remote
com.google.gwt.junit.server
com.google.gwt.junit.tools
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.rebind
com.google.gwt.user.rebind.rpc
com.google.gwt.user.rebind.ui
com.google.gwt.user.server.rpc
com.google.gwt.user.server.rpc.impl
com.google.gwt.user.tools
com.google.gwt.user.tools.util
com.google.gwt.xml.client
com.google.gwt.xml.client.impl
javax.servlet
javax.servlet.http




POM File Source

Here is the content of the POM file.

<project>

  <modelVersion>4.0.0</modelVersion>
  <groupId>com.google.gwt</groupId>
  <artifactId>gwt-user</artifactId>
  <version>1.7.0</version>
  <packaging>jar</packaging>

  <name>GWT User Library 1.7</name>
  <url>http://code.google.com/webtoolkit/</url>
  <description>The GWT User Library supports the client-side components for building AJAX apps in the Java language using the Google Web Toolkit.</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.7.0</url>
  </scm>

</project>