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