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