Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.fusesource.restygwt |
ArtifactId | ArtifactIdrestygwt-project |
Version | Version2.0 |
Type | Typepom |
Filename | Size |
---|---|
restygwt-project-2.0.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.fusesource.restygwt/restygwt-project/ -->
<dependency>
<groupId>org.fusesource.restygwt</groupId>
<artifactId>restygwt-project</artifactId>
<version>2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.fusesource.restygwt/restygwt-project/
implementation 'org.fusesource.restygwt:restygwt-project:2.0'
// https://jarcasting.com/artifacts/org.fusesource.restygwt/restygwt-project/
implementation ("org.fusesource.restygwt:restygwt-project:2.0")
'org.fusesource.restygwt:restygwt-project:pom:2.0'
<dependency org="org.fusesource.restygwt" name="restygwt-project" rev="2.0">
<artifact name="restygwt-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.fusesource.restygwt', module='restygwt-project', version='2.0')
)
libraryDependencies += "org.fusesource.restygwt" % "restygwt-project" % "2.0"
[org.fusesource.restygwt/restygwt-project "2.0"]