My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
UsingMaven  

Maven
Updated Aug 6, 2010 by joe...@gmail.com

#Maven repository and dependency details

	...
	<repositories>
		<repository>
			<id>gwtpages</id>
			<name>GWT Pages</name>
			<url>http://gwtpages.googlecode.com/svn/repo/maven2</url>
			<layout>default</layout>
		</repository>
	</repositories>
  ...
	<dependency>
		<groupId>com.googlecode.gwt.gwtpages</groupId>
		<artifactId>gwtpages</artifactId>
		<version>{current version}</version>
	</dependency>
Powered by Google Project Hosting