License |
License |
---|---|
Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
GroupId | GroupIdcom.google.gwt.google-apis |
ArtifactId | ArtifactIdgwt-maps |
Last Version | Last Version1.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGoogle 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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
gwt-maps-1.0.4.pom | |
gwt-maps-1.0.4.jar | 653 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.gwt.google-apis/gwt-maps/ -->
<dependency>
<groupId>com.google.gwt.google-apis</groupId>
<artifactId>gwt-maps</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.gwt.google-apis/gwt-maps/
implementation 'com.google.gwt.google-apis:gwt-maps:1.0.4'
// https://jarcasting.com/artifacts/com.google.gwt.google-apis/gwt-maps/
implementation ("com.google.gwt.google-apis:gwt-maps:1.0.4")
'com.google.gwt.google-apis:gwt-maps:jar:1.0.4'
<dependency org="com.google.gwt.google-apis" name="gwt-maps" rev="1.0.4">
<artifact name="gwt-maps" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.gwt.google-apis', module='gwt-maps', version='1.0.4')
)
libraryDependencies += "com.google.gwt.google-apis" % "gwt-maps" % "1.0.4"
[com.google.gwt.google-apis/gwt-maps "1.0.4"]
Group / Artifact | Type | Version |
---|---|---|
com.google.gwt : gwt-user | jar | 1.5.3 |