Skip to content
acasolla edited this page Nov 3, 2012 · 3 revisions

Common Widgets GWT

This a library of GWT widgets.

Showcase

Usage

To use this library with Maven :

  • Add the repository to your pom :
     <repository>
          <id>common-widgets-gwt</id>
          <name>common-widgets-gwt repository on GitHub</name>
          <url>http://acasolla.github.com/common-widgets-gwt/repository/</url>
     </repository>
  • Add the dependency to your pom :
     <dependency>
          <groupId>it.softphone.rd.gwt </groupid>
          <artifactId>common-widgets-gwt </artifactid>
          <version>1.0-SNAPSHOT </version>
     </dependency>
  • Add the dependency to your gwt module:
     <inherits name='it.softphone.rd.gwt.CommonWidgets'/>

Clone this wiki locally