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