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