Categories |
CategoriesVaadin User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.vaadin.external.atmosphere.samples |
ArtifactId | ArtifactIdatmosphere-chat |
Version | Version1.0.14-2 |
Type | Typewar |
Filename | Size |
---|---|
atmosphere-chat-1.0.14-2.pom | |
atmosphere-chat-1.0.14-2.war | 1 MB |
atmosphere-chat-1.0.14-2-sources.jar | 5 KB |
atmosphere-chat-1.0.14-2-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.vaadin.external.atmosphere.samples/atmosphere-chat/ -->
<dependency>
<groupId>com.vaadin.external.atmosphere.samples</groupId>
<artifactId>atmosphere-chat</artifactId>
<version>1.0.14-2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.vaadin.external.atmosphere.samples/atmosphere-chat/
implementation 'com.vaadin.external.atmosphere.samples:atmosphere-chat:1.0.14-2'
// https://jarcasting.com/artifacts/com.vaadin.external.atmosphere.samples/atmosphere-chat/
implementation ("com.vaadin.external.atmosphere.samples:atmosphere-chat:1.0.14-2")
'com.vaadin.external.atmosphere.samples:atmosphere-chat:war:1.0.14-2'
<dependency org="com.vaadin.external.atmosphere.samples" name="atmosphere-chat" rev="1.0.14-2">
<artifact name="atmosphere-chat" type="war" />
</dependency>
@Grapes(
@Grab(group='com.vaadin.external.atmosphere.samples', module='atmosphere-chat', version='1.0.14-2')
)
libraryDependencies += "com.vaadin.external.atmosphere.samples" % "atmosphere-chat" % "1.0.14-2"
[com.vaadin.external.atmosphere.samples/atmosphere-chat "1.0.14-2"]