r

restygwt-project

RestyGWT is a GWT generator for REST services and JSON encoded data transfer objects
http://${forge-project-id}.fusesource.org
The Apache Software License, Version 2.0
Hiram Chirino
Files download
File Operation
restygwt-project-1.2.pom download
Apache Maven
<dependency>
  <groupId>org.fusesource.restygwt</groupId>
  <artifactId>restygwt-project</artifactId>
  <version>1.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.fusesource.restygwt:restygwt-project:1.2'
Gradle Kotlin
implementation("org.fusesource.restygwt:restygwt-project:1.2")
Scala SBT
libraryDependencies += "org.fusesource.restygwt" % "restygwt-project" % "1.2"
Groovy Grape
@Grapes(
  @Grab(group='org.fusesource.restygwt', module='restygwt-project', version='1.2')
)
Apache Ivy
<dependency org="org.fusesource.restygwt" name="restygwt-project" rev="1.2" />
Leiningen
[org.fusesource.restygwt/restygwt-project "1.2"]
Apache Buildr
'org.fusesource.restygwt:restygwt-project:jar:1.2'