<dependency>
<groupId>com.vaadin.external.atmosphere</groupId>
<artifactId>atmosphere-cometd</artifactId>
<version>1.0.18.vaadin3</version>
<type>bundle</type>
</dependency>
libraryDependencies += "com.vaadin.external.atmosphere" % "atmosphere-cometd" % "1.0.18.vaadin3"
@Grapes(
@Grab(group='com.vaadin.external.atmosphere', module='atmosphere-cometd', version='1.0.18.vaadin3')
)
<dependency org="com.vaadin.external.atmosphere" name="atmosphere-cometd" rev="1.0.18.vaadin3" />
<parent> <groupId>com.vaadin.external.atmosphere</groupId> <artifactId>atmosphere-project</artifactId> <version>1.0.18.vaadin3</version> </parent>
compile
|-- org.cometd.java:cometd-java-server:2.4.3
|-- org.cometd.java:cometd-websocket-jetty:2.4.3
|-- org.cometd.java:cometd-java-annotations:2.4.3
|-- com.vaadin.external.atmosphere:atmosphere-runtime
provided