-
Notifications
You must be signed in to change notification settings - Fork 0
Home
acasolla edited this page Nov 3, 2012
·
3 revisions
This a library of GWT widgets.
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'/>