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