-
Notifications
You must be signed in to change notification settings - Fork 112
Home
twistedpair edited this page Apr 29, 2012
·
14 revisions
Here is the most recent build of the GWT-Maps-V3-Api.
We've already Mavenized this project, but are currently having it added to the Central Repo. Until then, here are the current jars.
Build: #90d8f9fbc73a9ae40c227c9e49b8e5570635301f (11 Apr 12 01:56)
To Build (with Maven)
-
Download the jar (only gwt-maps-api-v3-3.8.0-beta1.jar is needed)
-
Add the jars to your local repo.
-
Add the dependencies to your POM.
<!-- GWT Maps API V3 --> <dependency> <groupId>com.google.gwt.maps</groupId> <artifactId>gwt-maps-api-v3</artifactId> <version>${gmapsApiVersion}-beta1-SNAPSHOT</version> <scope>compile</scope> </dependency> <!-- Other Google --> <dependency> <groupId>com.google.gwt.google-apis</groupId> <artifactId>gwt-ajaxloader</artifactId> <version>1.1.0</version> </dependency>
-
Add the inherits statement to your module.gwt.xml.
<inherits name='com.google.gwt.maps.Apis_Google_Maps' />