RestyGWT

Download it today!

Download

You can download RestyGWT from the RestyGWT area of Maven Central.

Download latest stable version

restygwt-2.2.0.jar



Previous versions

Snapshots

Want to help stabilize the latest and greatest nightly development build? Warning: This build may be extremely bleeding edge!

Latest version : 2.2.1-SNAPSHOT

Snapshots can be found here :

https://oss.sonatype.org/content/repositories/snapshots

As a Maven Dependency

If you are a maven user, then just add the following dependency to your pom.xml

<dependency>
    <groupId>org.fusesource.restygwt</groupId>
    <artifactId>restygwt</artifactId>
    <version>2.2.0</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>sonatype-snapshots</id>
    <name>Sonatype Snapshots</name>
    <url>https://oss.sonatype.org/content/repositories/snapshots</url>
    <snapshots><enabled>true</enabled></snapshots>
    <releases><enabled>false</enabled></releases>
</repository>