Google API Libraries for Google Web Toolkit.
The Google API Libraries for Google Web Toolkit is a collection of libraries that provide Java language bindings for popular Google JavaScript APIs. These libraries make it quick and easy for developers to use these Google JavaScript APIs with Google Web Toolkit. The libraries are supported b....
Here is the list of declaration for gwt-visualization. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>com.google.gwt.google-apis</groupId> <artifactId>gwt-visualization</artifactId> <version>1.0.2</version> </dependency>
If you think this Maven repository POM file listing for gwt-visualization is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:The Apache Software License, Version 2.0
URL: http://www.apache.org/licenses/LICENSE-2.0.txt.
The following packages are defined in the gwt-visualization-1.0.2.jar
com.google.gwt.ajaxloader.client com.google.gwt.visualization.client com.google.gwt.visualization.client.events com.google.gwt.visualization.client.formatters com.google.gwt.visualization.client.visualizations
Here is the content of the POM file.
<project> <modelVersion>4.0.0</modelVersion> <groupId>com.google.gwt.google-apis</groupId> <artifactId>gwt-visualization</artifactId> <version>1.0.2</version> <packaging>jar</packaging> <name>Google API Libraries for Google Web Toolkit</name> <url>http://code.google.com/p/gwt-google-apis/</url> <description> The Google API Libraries for Google Web Toolkit is a collection of libraries that provide Java language bindings for popular Google JavaScript APIs. These libraries make it quick and easy for developers to use these Google JavaScript APIs with Google Web Toolkit. The libraries are supported by the Google Web Toolkit team. </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://code.google.com/p/gwt-google-apis/source/browse/</url> </scm> <dependencies> <dependency> <groupId>com.google.gwt</groupId> <artifactId>gwt-user</artifactId> <version>1.5.3</version> </dependency> </dependencies> </project>