GWT API for the hopscotch framework
mvn clean install
or add this to your POM:
<repositories>
<repository>
<id>gwttour-mvn-repo</id>
<url>https://raw.github.com/kerbymart/gwt-tour/mvn-repo/</url>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
</snapshots>
</repository>
</repositories>
<dependency>
<groupId>com.eemi.gwt</groupId>
<artifactId>tour</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>