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.