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