g

gwt-maps

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.
http://code.google.com/p/gwt-google-apis/
The Apache Software License, Version 2.0
Zundel
Files download
File Operation
gwt-maps-3.8.0-pre1.jar download
gwt-maps-3.8.0-pre1.pom download
gwt-maps-3.8.0-pre1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.rwl</groupId>
  <artifactId>gwt-maps</artifactId>
  <version>3.8.0-pre1</version>
</dependency>
Gradle Groovy
implementation 'com.github.rwl:gwt-maps:3.8.0-pre1'
Gradle Kotlin
implementation("com.github.rwl:gwt-maps:3.8.0-pre1")
Scala SBT
libraryDependencies += "com.github.rwl" % "gwt-maps" % "3.8.0-pre1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.rwl', module='gwt-maps', version='3.8.0-pre1')
)
Apache Ivy
<dependency org="com.github.rwl" name="gwt-maps" rev="3.8.0-pre1" />
Leiningen
[com.github.rwl/gwt-maps "3.8.0-pre1"]
Apache Buildr
'com.github.rwl:gwt-maps:jar:3.8.0-pre1'
Dependencies