File | Operation |
---|---|
atmosphere-modules-2.4.24.vaadin3.pom | download |
<dependency>
<groupId>com.vaadin.external.atmosphere</groupId>
<artifactId>atmosphere-modules</artifactId>
<version>2.4.24.vaadin3</version>
<type>pom</type>
</dependency>
libraryDependencies += "com.vaadin.external.atmosphere" % "atmosphere-modules" % "2.4.24.vaadin3"
@Grapes(
@Grab(group='com.vaadin.external.atmosphere', module='atmosphere-modules', version='2.4.24.vaadin3')
)
<dependency org="com.vaadin.external.atmosphere" name="atmosphere-modules" rev="2.4.24.vaadin3" />
<parent> <groupId>com.vaadin.external.atmosphere</groupId> <artifactId>atmosphere-project</artifactId> <version>2.4.24.vaadin3</version> </parent>