Skip to content

GWT API for the hopscotch framework. Let s you create beautiful tour in your web app.

License

Notifications You must be signed in to change notification settings

rgletters/gwt-tour

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

GWT API for the hopscotch framework. Let s you create beautiful tour in your web app.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 47.0%
  • JavaScript 27.7%
  • CSS 14.0%
  • Java 11.3%