aio-socket-codec-http
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>cn.starboot.socket</groupId>
<artifactId>aio-socket-codec-http</artifactId>
<version>2.0.1</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/xsd/maven-4.0.0.xsd">
<name>aio-socket-codec-http</name>
<modelVersion>4.0.0</modelVersion>
<artifactId>aio-socket-codec-http</artifactId>
<packaging>pom</packaging>
<parent>
<artifactId>aio-socket</artifactId>
<groupId>cn.starboot.socket</groupId>
<version>2.0.1</version>
</parent>
</project>