Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 614 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 614 Bytes

GWT-Tour

GWT API for the hopscotch framework

Installation

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

<dependency>
	<groupId>com.eemi.gwt</groupId>
	<artifactId>tour</artifactId>
	<version>1.0-SNAPSHOT</version>		
</dependency>