<dependency>
<groupId>com.vaadin.external.atmosphere</groupId>
<artifactId>atmosphere-guice</artifactId>
<version>1.0.18.vaadin3</version>
</dependency>
libraryDependencies += "com.vaadin.external.atmosphere" % "atmosphere-guice" % "1.0.18.vaadin3"
@Grapes(
@Grab(group='com.vaadin.external.atmosphere', module='atmosphere-guice', version='1.0.18.vaadin3')
)
<dependency org="com.vaadin.external.atmosphere" name="atmosphere-guice" rev="1.0.18.vaadin3" />
<parent> <groupId>com.vaadin.external.atmosphere</groupId> <artifactId>atmosphere-project</artifactId> <version>1.0.18.vaadin3</version> </parent>
compile
|-- com.vaadin.external.atmosphere:atmosphere-jersey
|-- com.sun.jersey.contribs:jersey-guice
|-- com.google.inject.extensions:guice-servlet
provided
|-- javax.servlet:servlet-api:2.5
test
|-- com.sun.grizzly:grizzly-http
|-- com.sun.grizzly:grizzly-http-servlet
|-- com.sun.grizzly:grizzly-comet
|-- com.sun.grizzly:grizzly-compat