<repositories> <repository> <id>gwt-sl-mvn-repo</id> <url>https://raw.github.com/ggeorgovassilis/gwt-sl/mvn-repo/</url> <snapshots> <enabled>true</enabled> <updatePolicy>always</updatePolicy> </snapshots> </repository> </repositories>
and use it like this:
<dependency> <groupId>net.sf.gwt-widget</groupId> <artifactId>gwt-sl</artifactId> <version>1.5</version> </dependency>
There are still not any plans for moving the maven repository to maven central, but the git hosted repository should get most of you going.