g

gwt-maps-gxt

Integration of Ext GWT's Tool Tips and Popup Menus into the google web toolkit-version of google maps.
http://claudiushauptmann.com/gwt-maps-gxt/
Files download
File Operation
gwt-maps-gxt-1.0.0.jar download
gwt-maps-gxt-1.0.0.pom download
gwt-maps-gxt-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.claudiushauptmann</groupId>
  <artifactId>gwt-maps-gxt</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.claudiushauptmann:gwt-maps-gxt:1.0.0'
Gradle Kotlin
implementation("com.claudiushauptmann:gwt-maps-gxt:1.0.0")
Scala SBT
libraryDependencies += "com.claudiushauptmann" % "gwt-maps-gxt" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.claudiushauptmann', module='gwt-maps-gxt', version='1.0.0')
)
Apache Ivy
<dependency org="com.claudiushauptmann" name="gwt-maps-gxt" rev="1.0.0" />
Leiningen
[com.claudiushauptmann/gwt-maps-gxt "1.0.0"]
Apache Buildr
'com.claudiushauptmann:gwt-maps-gxt:jar:1.0.0'