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

Phase-Implementation
Updated Feb 21, 2011 by ehpalu...@gmail.com

Adding this library to a Maven project

In order to add this library as a project dependency, you should place the following lines in your project's POM.xml:

	<repositories>
		<repository>
        		<id>gwt-spring-integration-m2repo</id>
        		<url>http://gwt-spring-integration.googlecode.com/svn/m2repo/</url>        
     	     	</repository>
	</repositories>
...

	<dependencies>
		<dependency>
			<groupId>org.calipsoide</groupId>
			<artifactId>gwt-spring-integration</artifactId>
			<version>0.1-beta.1</version>
		</dependency>
	</dependencies>

You have to replace the version in the dependency entry with the correct one you want to use.

Powered by Google Project Hosting