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