License |
License |
---|---|
Categories |
CategoriesNet Netty Networking |
GroupId | GroupIdco.cask.http |
ArtifactId | ArtifactIdnetty-http |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionNetty based path router
Netty based path router
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
netty-http-1.1.0.pom | |
netty-http-1.1.0.jar | 69 KB |
netty-http-1.1.0-sources.jar | 46 KB |
netty-http-1.1.0-javadoc.jar | 169 KB |
Browse |
<!-- https://jarcasting.com/artifacts/co.cask.http/netty-http/ -->
<dependency>
<groupId>co.cask.http</groupId>
<artifactId>netty-http</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/co.cask.http/netty-http/
implementation 'co.cask.http:netty-http:1.1.0'
// https://jarcasting.com/artifacts/co.cask.http/netty-http/
implementation ("co.cask.http:netty-http:1.1.0")
'co.cask.http:netty-http:jar:1.1.0'
<dependency org="co.cask.http" name="netty-http" rev="1.1.0">
<artifact name="netty-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='co.cask.http', module='netty-http', version='1.1.0')
)
libraryDependencies += "co.cask.http" % "netty-http" % "1.1.0"
[co.cask.http/netty-http "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
javax.ws.rs : javax.ws.rs-api | jar | 2.0 |
io.netty : netty-buffer | jar | 4.1.16.Final |
io.netty : netty-codec-http | jar | 4.1.16.Final |
io.netty : netty-handler | jar | 4.1.16.Final |
org.slf4j : slf4j-api | jar | 1.7.5 |
com.google.code.findbugs : jsr305 Optional | jar | 2.0.1 |
commons-beanutils : commons-beanutils-core | jar | 1.8.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
ch.qos.logback : logback-core | jar | 1.0.9 |
ch.qos.logback : logback-classic | jar | 1.0.9 |
com.google.code.gson : gson | jar | 2.2.4 |