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