MVN

com.google.gwt.google-apis : gwt-visualization

Maven & Gradle

May 11, 2009
13 usages

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 by the Google Web Toolkit team.

<dependency>
    <groupId>com.google.gwt.google-apis</groupId>
    <artifactId>gwt-visualization</artifactId>
    <version>1.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.google.gwt.google-apis : gwt-visualization to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2

All Versions

Choose a version of com.google.gwt.google-apis : gwt-visualization to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
gwt-visualization-1.0.2
gwt-visualization-1.0.0

How to add a dependency to Maven

Add the following com.google.gwt.google-apis : gwt-visualization maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.google.gwt.google-apis</groupId>
    <artifactId>gwt-visualization</artifactId>
    <version>1.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.google.gwt.google-apis : gwt-visualization gradle dependency to your build.gradle file:

implementation 'com.google.gwt.google-apis:gwt-visualization:1.0.2'

Gradle Kotlin DSL: Add the following com.google.gwt.google-apis : gwt-visualization gradle kotlin dependency to your build.gradle.kts file:

implementation("com.google.gwt.google-apis:gwt-visualization:1.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.google.gwt.google-apis : gwt-visualization sbt scala dependency to your build.sbt file:

libraryDependencies += "com.google.gwt.google-apis" % "gwt-visualization" % "1.0.2"