<dependency>
<groupId>com.vaadin.external.atmosphere.samples</groupId>
<artifactId>atmosphere-channel</artifactId>
<version>1.0.18.vaadin3</version>
<type>war</type>
</dependency>
implementation 'com.vaadin.external.atmosphere.samples:atmosphere-channel:1.0.18.vaadin3'
implementation("com.vaadin.external.atmosphere.samples:atmosphere-channel:1.0.18.vaadin3")
libraryDependencies += "com.vaadin.external.atmosphere.samples" % "atmosphere-channel" % "1.0.18.vaadin3"
@Grapes(
@Grab(group='com.vaadin.external.atmosphere.samples', module='atmosphere-channel', version='1.0.18.vaadin3')
)
<dependency org="com.vaadin.external.atmosphere.samples" name="atmosphere-channel" rev="1.0.18.vaadin3" />