restygwt

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

License

License

Categories

Categories

GWT (Google Web Toolkit) User Interface Web Frameworks
GroupId

GroupId

org.fusesource.restygwt
ArtifactId

ArtifactId

restygwt
Last Version

Last Version

2.2.7
Release Date

Release Date

Type

Type

jar
Description

Description

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

Download restygwt

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
com.fasterxml.jackson.core : jackson-databind jar 2.9.6
com.fasterxml.jackson.core : jackson-databind jar 2.9.6
com.github.nmorel.gwtjackson : gwt-jackson jar 0.15.4

provided (3)

Group / Artifact Type Version
javax.ws.rs : javax.ws.rs-api jar 2.0.1
com.google.gwt : gwt-user jar 2.7.0
com.google.gwt : gwt-dev jar 2.7.0

test (4)

Group / Artifact Type Version
junit : junit jar 4.8.1
org.easymock : easymock jar 3.0
org.jboss.resteasy : resteasy-jaxrs jar 3.0.24.Final
org.jboss.resteasy : resteasy-jackson-provider jar 3.0.24.Final

Project Modules

There are no modules declared in this project.

RestyGWT

  • Build Status

To know more have a look to RestyGWT web site

Description

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

Features

  • Generates Async Restful JSON based service proxies
  • Java Object to JSON encoding/decoding
  • Easy to use REST API

Releasing

mvn release:prepare -Prun-examples mvn release:perform

Versions

Version
2.2.7
2.2.6
2.2.5
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.1
2.1.0
2.0.3
2.0.2
2.0.1
2.0
1.5
1.4
1.3.1
1.3
1.2
1.1
1.0