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