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