atmosphere-twitter
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.atmosphere.samples</groupId> <artifactId>atmosphere-twitter</artifactId> <version>0.8.7</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <groupId>org.atmosphere.samples</groupId> <artifactId>atmosphere-samples</artifactId> <version>0.8.7</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.atmosphere.samples</groupId> <artifactId>atmosphere-twitter</artifactId> <packaging>war</packaging> <version>0.8.7</version> <name>atmosphere-twitter</name> <url>http://maven.apache.org</url> <dependencies> <dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-servlet_3.0_spec</artifactId> </dependency> <dependency> <groupId>org.atmosphere</groupId> <artifactId>atmosphere-runtime</artifactId> </dependency> </dependencies> </project>