| License | License | 
|---|---|
| Categories | CategoriesNet Netty Networking | 
| GroupId | GroupIdcom.zhixiangli | 
| ArtifactId | ArtifactIdnetty4-http | 
| Last Version | Last Version0.0.1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionnetty4 http server netty4 http server with request mapping | 
| Filename | Size | 
|---|---|
| netty4-http-0.0.1.pom | |
| netty4-http-0.0.1.jar | 15 KB | 
| netty4-http-0.0.1-sources.jar | 9 KB | 
| netty4-http-0.0.1-javadoc.jar | 72 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.zhixiangli/netty4-http/ -->
<dependency>
    <groupId>com.zhixiangli</groupId>
    <artifactId>netty4-http</artifactId>
    <version>0.0.1</version>
</dependency>// https://jarcasting.com/artifacts/com.zhixiangli/netty4-http/
implementation 'com.zhixiangli:netty4-http:0.0.1'// https://jarcasting.com/artifacts/com.zhixiangli/netty4-http/
implementation ("com.zhixiangli:netty4-http:0.0.1")'com.zhixiangli:netty4-http:jar:0.0.1'<dependency org="com.zhixiangli" name="netty4-http" rev="0.0.1">
  <artifact name="netty4-http" type="jar" />
</dependency>@Grapes(
@Grab(group='com.zhixiangli', module='netty4-http', version='0.0.1')
)libraryDependencies += "com.zhixiangli" % "netty4-http" % "0.0.1"[com.zhixiangli/netty4-http "0.0.1"]| Group / Artifact | Type | Version | 
|---|---|---|
| io.netty : netty-all | jar | 4.1.6.Final | 
| org.slf4j : slf4j-api | jar | 1.7.22 | 
| com.google.guava : guava | jar | 21.0 | 
| org.apache.commons : commons-lang3 | jar | 3.5 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 | 
| ch.qos.logback : logback-classic | jar | 1.1.8 |