atmosphere-push
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.jwebmp.examples.undertow</groupId> <artifactId>atmosphere-push</artifactId> <version>0.62.0.1</version> </dependency>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.jwebmp</groupId> <artifactId>jwebmp-parent</artifactId> <version>0.62.0.1</version> </parent> <groupId>com.jwebmp.examples.undertow</groupId> <artifactId>atmosphere-push</artifactId> <packaging>jar</packaging> <name>Atmosphere Push - Undertow</name> <description>An example Atmosphere Push Enabled Application for Undertow in the JWebSwing Framework </description> <url>https://github.com/GedMarc/JWebSwing-Examples/Undertow/Atmosphere-Push</url> <issueManagement> <system>Github</system> <url>https://github.com/GedMarc/JWebSwing-Examples/Undertow/Atmosphere-Push/issues</url> </issueManagement> <dependencies> <dependency> <groupId>com.jwebmp</groupId> <artifactId>jwebmp-atmospherepush-undertow</artifactId> <version>0.62.0.1</version> <classifier></classifier> </dependency> </dependencies> <scm> <url>https://github.com/GedMarc/JWebMP</url> </scm> <ciManagement> <system>TeamCity</system> <url>http://jwebmp.com/teamcity</url> </ciManagement> </project>