| Categories | CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks | 
|---|---|
| GroupId | GroupIdorg.atmosphere.samples | 
| ArtifactId | ArtifactIdatmosphere-gwt-jsdemo | 
| Version | Version0.9.0.alpha.v20120301 | 
| Type | Typewar | 
<!-- https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-gwt-jsdemo/ -->
<dependency>
    <groupId>org.atmosphere.samples</groupId>
    <artifactId>atmosphere-gwt-jsdemo</artifactId>
    <version>0.9.0.alpha.v20120301</version>
    <type>war</type>
</dependency>// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-gwt-jsdemo/
implementation 'org.atmosphere.samples:atmosphere-gwt-jsdemo:0.9.0.alpha.v20120301'// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-gwt-jsdemo/
implementation ("org.atmosphere.samples:atmosphere-gwt-jsdemo:0.9.0.alpha.v20120301")'org.atmosphere.samples:atmosphere-gwt-jsdemo:war:0.9.0.alpha.v20120301'<dependency org="org.atmosphere.samples" name="atmosphere-gwt-jsdemo" rev="0.9.0.alpha.v20120301">
  <artifact name="atmosphere-gwt-jsdemo" type="war" />
</dependency>@Grapes(
@Grab(group='org.atmosphere.samples', module='atmosphere-gwt-jsdemo', version='0.9.0.alpha.v20120301')
)libraryDependencies += "org.atmosphere.samples" % "atmosphere-gwt-jsdemo" % "0.9.0.alpha.v20120301"[org.atmosphere.samples/atmosphere-gwt-jsdemo "0.9.0.alpha.v20120301"]