<dependency>
<groupId>com.vaadin.external.atmosphere.samples</groupId>
<artifactId>atmosphere-socketio-chat</artifactId>
<version>1.0.14-vaadin1</version>
<type>war</type>
</dependency>
implementation 'com.vaadin.external.atmosphere.samples:atmosphere-socketio-chat:1.0.14-vaadin1'
implementation("com.vaadin.external.atmosphere.samples:atmosphere-socketio-chat:1.0.14-vaadin1")
libraryDependencies += "com.vaadin.external.atmosphere.samples" % "atmosphere-socketio-chat" % "1.0.14-vaadin1"
@Grapes(
@Grab(group='com.vaadin.external.atmosphere.samples', module='atmosphere-socketio-chat', version='1.0.14-vaadin1')
)
<dependency org="com.vaadin.external.atmosphere.samples" name="atmosphere-socketio-chat" rev="1.0.14-vaadin1" />
<parent> <groupId>com.vaadin.external.atmosphere.samples</groupId> <artifactId>atmosphere-samples</artifactId> <version>1.0.14-vaadin1</version> </parent>
compile
|-- com.vaadin.external.atmosphere:atmosphere-runtime
|-- com.vaadin.external.atmosphere:atmosphere-socketio
|-- org.apache.geronimo.specs:geronimo-servlet_3.0_spec