Files download
File Operation
restygwt-project-2.2.4.pom download
Apache Maven
<dependency>
  <groupId>org.fusesource.restygwt</groupId>
  <artifactId>restygwt-project</artifactId>
  <version>2.2.4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.fusesource.restygwt:restygwt-project:2.2.4'
Gradle Kotlin
implementation("org.fusesource.restygwt:restygwt-project:2.2.4")
Scala SBT
libraryDependencies += "org.fusesource.restygwt" % "restygwt-project" % "2.2.4"
Groovy Grape
@Grapes(
  @Grab(group='org.fusesource.restygwt', module='restygwt-project', version='2.2.4')
)
Apache Ivy
<dependency org="org.fusesource.restygwt" name="restygwt-project" rev="2.2.4" />
Leiningen
[org.fusesource.restygwt/restygwt-project "2.2.4"]
Apache Buildr
'org.fusesource.restygwt:restygwt-project:jar:2.2.4'