License |
License |
---|---|
Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
GroupId | GroupIdcom.github.rwl |
ArtifactId | ArtifactIdgwt-maps |
Last Version | Last Version3.8.0-pre1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGoogle Maps 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.
|
Project URL |
Project URL |
Filename | Size |
---|---|
gwt-maps-3.8.0-pre1.pom | |
gwt-maps-3.8.0-pre1.jar | 392 KB |
gwt-maps-3.8.0-pre1-sources.jar | 222 KB |
gwt-maps-3.8.0-pre1-javadoc.jar | 806 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.rwl/gwt-maps/ -->
<dependency>
<groupId>com.github.rwl</groupId>
<artifactId>gwt-maps</artifactId>
<version>3.8.0-pre1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rwl/gwt-maps/
implementation 'com.github.rwl:gwt-maps:3.8.0-pre1'
// https://jarcasting.com/artifacts/com.github.rwl/gwt-maps/
implementation ("com.github.rwl:gwt-maps:3.8.0-pre1")
'com.github.rwl:gwt-maps:jar:3.8.0-pre1'
<dependency org="com.github.rwl" name="gwt-maps" rev="3.8.0-pre1">
<artifact name="gwt-maps" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rwl', module='gwt-maps', version='3.8.0-pre1')
)
libraryDependencies += "com.github.rwl" % "gwt-maps" % "3.8.0-pre1"
[com.github.rwl/gwt-maps "3.8.0-pre1"]
Group / Artifact | Type | Version |
---|---|---|
com.google.gwt : gwt-user | jar | 2.4.0 |