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