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