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