r

restygwt

RestyGWT is a GWT generator for REST services and JSON encoded data transfer objects
Files download
File Operation
restygwt-1.1.jar download
restygwt-1.1.pom download
restygwt-1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.fusesource.restygwt</groupId>
  <artifactId>restygwt</artifactId>
  <version>1.1</version>
</dependency>
Gradle Groovy
implementation 'org.fusesource.restygwt:restygwt:1.1'
Gradle Kotlin
implementation("org.fusesource.restygwt:restygwt:1.1")
Scala SBT
libraryDependencies += "org.fusesource.restygwt" % "restygwt" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='org.fusesource.restygwt', module='restygwt', version='1.1')
)
Apache Ivy
<dependency org="org.fusesource.restygwt" name="restygwt" rev="1.1" />
Leiningen
[org.fusesource.restygwt/restygwt "1.1"]
Apache Buildr
'org.fusesource.restygwt:restygwt:jar:1.1'