Download
You can download RestyGWT from the Maven Repository in the RestyGWT area.
Download:
Snapshots
Want to help stablize the latest and greatest nightly development build? Warnning: This build may be extremely bleeding edge!
As a Maven Dependency
If your a maven user, then just add the following dependency to your pom.xml
<dependency>
<groupId>org.fusesource.restygwt</groupId>
<artifactId>restygwt</artifactId>
<version>1.2</version>
</dependency>
If you are using a snapshot version, then you will also need to also add the following snapshot repository to your pom:
<repository>
<id>fusesource-snapshots</id>
<name>Fusesource Snapshots</name>
<url>http://repo.fusesource.com/nexus/content/repositories/snapshots</url>
<snapshots><enabled>true</enabled></snapshots>
<releases><enabled>false</enabled></releases>
</repository>