gwtx
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.google.code.gwtx</groupId>
<artifactId>gwtx</artifactId>
<version>20070605</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<groupId>com.google.code.gwtx</groupId>
<artifactId>gwtx</artifactId>
<version>20070605</version>
<modelVersion>4.0.0</modelVersion>
<name>gwtx</name>
<description>
The goal of GWTx is to provide drop in support for an extended set of the of the standard Java library
classes on top of what is provided by the GWT distribution provided by Google
</description>
<url>http://code.google.com/p/gwtx/</url>
<licenses>
<license>
<name>Apache License 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<name>Sandy McArthur</name>
<email>sandymac@gmail.com</email>
</developer>
</developers>
<scm>
<connection>scm:svn:http://gwtx.googlecode.com/svn/trunk</connection>
<developerConnection>scm:svn:https://gwtx.googlecode.com/svn/trunk</developerConnection>
<url>http://code.google.com/p/gwtx/source/browse/</url>
</scm>
</project>