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