http-stack
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.snice.networking</groupId>
<artifactId>http-stack</artifactId>
<version>0.0.13</version>
</dependency><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">
<modelVersion>4.0.0</modelVersion>
<prerequisites>
<maven>3.0.0</maven>
</prerequisites>
<parent>
<groupId>io.snice.networking</groupId>
<artifactId>networking-parent</artifactId>
<version>0.0.13</version>
</parent>
<name>Super Nice HTTP Networking Stack</name>
<artifactId>http-stack</artifactId>
<packaging>jar</packaging>
<description />
<dependencies>
<dependency>
<groupId>io.snice</groupId>
<artifactId>snice-buffers</artifactId>
</dependency>
<dependency>
<groupId>io.snice</groupId>
<artifactId>snice-commons</artifactId>
</dependency>
<dependency>
<groupId>io.snice.codecs</groupId>
<artifactId>codec-common</artifactId>
</dependency>
<dependency>
<groupId>io.snice.codecs</groupId>
<artifactId>codec-http</artifactId>
</dependency>
<dependency>
<groupId>io.snice.networking</groupId>
<artifactId>networking-common</artifactId>
</dependency>
<dependency>
<groupId>io.snice.networking</groupId>
<artifactId>networking-app</artifactId>
</dependency>
<dependency>
<groupId>io.hektor</groupId>
<artifactId>hektor-fsm</artifactId>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-handler</artifactId>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec-http</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
</dependency>
</dependencies>
</project>