File | Operation |
---|---|
atmosphere-extensions-samples-2.3.0-RC5.pom | download |
<dependency>
<groupId>org.atmosphere.samples</groupId>
<artifactId>atmosphere-extensions-samples</artifactId>
<version>2.3.0-RC5</version>
<type>pom</type>
</dependency>
libraryDependencies += "org.atmosphere.samples" % "atmosphere-extensions-samples" % "2.3.0-RC5"
@Grapes(
@Grab(group='org.atmosphere.samples', module='atmosphere-extensions-samples', version='2.3.0-RC5')
)
<dependency org="org.atmosphere.samples" name="atmosphere-extensions-samples" rev="2.3.0-RC5" />
<parent> <groupId>org.atmosphere</groupId> <artifactId>atmosphere-samples-project</artifactId> <version>2.3.0-RC5</version> </parent>