Download restygwt-1.3.jar file - Jar r

Jar examples for r:restygwt

Description

RestyGWT is a GWT generator for REST services and JSON encoded data transfer objects

You can download jar file restygwt 1.3 in this page.

License

Apache License

Build File

You can use the following script to add restygwt-1.3.jar to your project.

<dependency>
   <groupId>org.fusesource.restygwt</groupId>
   <artifactId>restygwt</artifactId>
   <version>1.3</version>
</dependency>
compile group: 'org.fusesource.restygwt', name: 'restygwt', version: '1.3'
libraryDependencies += "org.fusesource.restygwt" % "restygwt" % "1.3"
<dependency org="org.fusesource.restygwt" name="restygwt" rev="1.3"/>
@Grapes(@Grab(group='org.fusesource.restygwt', module='restygwt', version='1.3'))
'org.fusesource.restygwt:restygwt:jar:1.3'

Download

Click the following link to download the jar file.

restygwt-1.3.jar
restygwt-1.3-javadoc.jar
restygwt-1.3.pom
restygwt-1.3-sources.jar



Related Tutorials