is not current version
Last Version 2.2.7

org.fusesource.restygwt:restygwt 2.2.4

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

Categories

Categories

GWT (Google Web Toolkit) User Interface Web Frameworks
GroupId

GroupId

org.fusesource.restygwt
ArtifactId

ArtifactId

restygwt
Version

Version

2.2.4
Type

Type

jar

Download restygwt 2.2.4


<!-- https://jarcasting.com/artifacts/org.fusesource.restygwt/restygwt/ -->
<dependency>
    <groupId>org.fusesource.restygwt</groupId>
    <artifactId>restygwt</artifactId>
    <version>2.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.fusesource.restygwt/restygwt/
implementation 'org.fusesource.restygwt:restygwt:2.2.4'
// https://jarcasting.com/artifacts/org.fusesource.restygwt/restygwt/
implementation ("org.fusesource.restygwt:restygwt:2.2.4")
'org.fusesource.restygwt:restygwt:jar:2.2.4'
<dependency org="org.fusesource.restygwt" name="restygwt" rev="2.2.4">
  <artifact name="restygwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fusesource.restygwt', module='restygwt', version='2.2.4')
)
libraryDependencies += "org.fusesource.restygwt" % "restygwt" % "2.2.4"
[org.fusesource.restygwt/restygwt "2.2.4"]