<dependency>
<groupId>com.vaadin.external.atmosphere</groupId>
<artifactId>atmosphere-annotations</artifactId>
<version>2.7.2.slf4jvaadin1</version>
<type>bundle</type>
</dependency>
implementation 'com.vaadin.external.atmosphere:atmosphere-annotations:2.7.2.slf4jvaadin1'
implementation("com.vaadin.external.atmosphere:atmosphere-annotations:2.7.2.slf4jvaadin1")
libraryDependencies += "com.vaadin.external.atmosphere" % "atmosphere-annotations" % "2.7.2.slf4jvaadin1"
@Grapes(
@Grab(group='com.vaadin.external.atmosphere', module='atmosphere-annotations', version='2.7.2.slf4jvaadin1')
)
<dependency org="com.vaadin.external.atmosphere" name="atmosphere-annotations" rev="2.7.2.slf4jvaadin1" />