restygwt

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

Лицензия

Лицензия

Категории

Категории

GWT (Google Web Toolkit) Взаимодействие с пользователем Веб-фреймворки
Группа

Группа

org.fusesource.restygwt
Идентификатор

Идентификатор

restygwt
Последняя версия

Последняя версия

2.2.7
Дата

Дата

Тип

Тип

jar
Описание

Описание

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

Скачать restygwt

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
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)

Идентификатор библиотеки Тип Версия
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)

Идентификатор библиотеки Тип Версия
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

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
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