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