guiced-undertow
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.guicedee</groupId>
<artifactId>guiced-undertow</artifactId>
<version>62</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.guicedee</groupId>
<artifactId>guicedee-projects</artifactId>
<version>62</version>
</parent>
<artifactId>guiced-undertow</artifactId>
<packaging>jar</packaging>
<name>Guiced Undertow</name>
<description>Allows instant atmopshere push usage in Embedded Containers mainly Undertow, and Undertow-Enabled such as JBoss, EAP, Jersey etc.</description>
<url>https://github.com/GedMarc/JWebSwing-Undertow</url>
<issueManagement>
<system>Github</system>
<url>https://github.com/GedMarc/JWebSwing-Undertow/issues</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>com.guicedee.services</groupId>
<artifactId>undertow-websockets-jsr</artifactId>
</dependency>
<dependency>
<groupId>com.guicedee.services.extensions</groupId>
<artifactId>guice-servlet</artifactId>
</dependency>
<dependency>
<groupId>com.guicedee.servlets</groupId>
<artifactId>guiced-websockets</artifactId>
</dependency>
<dependency>
<groupId>com.guicedee.services</groupId>
<artifactId>undertow-core</artifactId>
</dependency>
</dependencies>
<scm>
<url>https://github.com/GedMarc/JWebMP-Undertow.git</url>
</scm>
<ciManagement>
<system>TeamCity</system>
<url>http://jwebmp.com/teamcity</url>
</ciManagement>
</project>