gwt-wordcloud2js
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>us.ascendtech</groupId>
<artifactId>gwt-wordcloud2js</artifactId>
<version>1.0</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>us.ascendtech</groupId>
<artifactId>gwt-wordcloud2js</artifactId>
<version>1.0</version>
<name>gwt-wordcloud2js</name>
<description>$project.description</description>
<url>https://github.com/payammeyer/gwt-wordcloud2.js</url>
<licenses>
<license>
<name>MIT License</name>
</license>
</licenses>
<developers>
<developer>
<id>pmeyer</id>
<name>Payam Meyer</name>
</developer>
</developers>
<scm>
<connection>https://github.com/payammeyer/gwt-wordcloud2.js.git</connection>
<developerConnection>https://github.com/payammeyer/gwt-wordcloud2.js.git</developerConnection>
<url>https://github.com/payammeyer/gwt-wordcloud2.js.git</url>
</scm>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>[4.10,)</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-user</artifactId>
<version>2.7.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>