Skip to content
twistedpair edited this page Jun 5, 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)

  1. Download the jar (only gwt-maps-api-v3-3.8.0-beta1.jar is needed)

  2. Add the jars to your local repo.

  3. 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>
  1. Add the inherits statement to your module.gwt.xml.
	<inherits name='com.google.gwt.maps.Apis_Google_Maps' />
Clone this wiki locally