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