r

restygwt

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