cedar-common-gwt
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.googlecode.cedar-common</groupId>
<artifactId>cedar-common-gwt</artifactId>
<version>5.8.4</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.googlecode.cedar-common</groupId>
<artifactId>cedar-common-gwt</artifactId>
<version>5.8.4</version>
<name>Cedar Common GWT Library</name>
<description>Utility code for use with GWT and Mvp4g.</description>
<url>https://bitbucket.org/cedarsolutions/cedar-common</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/license/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>pronovic</id>
<name>Kenneth J. Pronovici</name>
<email>pronovic@ieee.org</email>
</developer>
</developers>
<scm>
<connection>scm:https://bitbucket.org/cedarsolutions/cedar-common</connection>
<developerConnection>scm:hg:https://bitbucket.org/cedarsolutions/cedar-common</developerConnection>
<url>scm:hg:https://bitbucket.org/cedarsolutions/cedar-common</url>
</scm>
<dependencies>
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-user</artifactId>
<version>2.7.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.googlecode.mvp4g</groupId>
<artifactId>mvp4g</artifactId>
<version>1.5.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.googlecode.cedar-common</groupId>
<artifactId>cedar-common-util</artifactId>
<version>5.8.4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.gwt.inject</groupId>
<artifactId>gin</artifactId>
<version>2.1.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.googlecode.cedar-common</groupId>
<artifactId>gwt-sl</artifactId>
<version>1.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-dev</artifactId>
<version>2.7.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>