MVN

org.fusesource.restygwt : restygwt-project

Maven & Gradle

May 18, 2020
293 stars

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

<dependency>
    <groupId>org.fusesource.restygwt</groupId>
    <artifactId>restygwt-project</artifactId>
    <version>2.2.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.fusesource.restygwt : restygwt-project to add to Maven - Latest Versions:

  • Latest Stable: 2.2.7

All Versions

Choose a version of org.fusesource.restygwt : restygwt-project to add to Maven - All Versions:

Version Vulnerabilities Updated
2.2.x
restygwt-project-2.2.7
restygwt-project-2.2.6
restygwt-project-2.2.5
restygwt-project-2.2.4
restygwt-project-2.2.3
restygwt-project-2.2.2
restygwt-project-2.2.1
restygwt-project-2.2.0
2.1.x
restygwt-project-2.1.1
restygwt-project-2.1.0
2.0.x
restygwt-project-2.0.3
restygwt-project-2.0.2
restygwt-project-2.0.1
2.0
restygwt-project-2.0
1.5
restygwt-project-1.5
1.4
restygwt-project-1.4
1.3.x
restygwt-project-1.3.1
1.3
restygwt-project-1.3
1.2
restygwt-project-1.2
1.1
restygwt-project-1.1
1.0
restygwt-project-1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.fusesource.restygwt</groupId>
    <artifactId>restygwt-project</artifactId>
    <version>2.2.7</version>
</dependency>

Advertisement