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