<dependency>
<groupId>com.vaadin.external.atmosphere</groupId>
<artifactId>atmosphere-jersey</artifactId>
<version>2.4.24.vaadin3</version>
<type>bundle</type>
</dependency>
libraryDependencies += "com.vaadin.external.atmosphere" % "atmosphere-jersey" % "2.4.24.vaadin3"
@Grapes(
@Grab(group='com.vaadin.external.atmosphere', module='atmosphere-jersey', version='2.4.24.vaadin3')
)
<dependency org="com.vaadin.external.atmosphere" name="atmosphere-jersey" rev="2.4.24.vaadin3" />
<parent> <groupId>com.vaadin.external.atmosphere</groupId> <artifactId>atmosphere-project</artifactId> <version>2.4.24.vaadin3</version> </parent>
compile
|-- com.vaadin.external.atmosphere:atmosphere-annotations:2.4.24.vaadin3
|-- com.sun.jersey:jersey-server:1.19.4
|-- com.sun.jersey:jersey-servlet:1.19.4
provided