is not current version
Last Version 1.1.0

co.cask.http:netty-http 0.11.0

Netty based path router

Categories

Categories

Net Netty Networking
GroupId

GroupId

co.cask.http
ArtifactId

ArtifactId

netty-http
Version

Version

0.11.0
Type

Type

jar

Download netty-http 0.11.0


<!-- https://jarcasting.com/artifacts/co.cask.http/netty-http/ -->
<dependency>
    <groupId>co.cask.http</groupId>
    <artifactId>netty-http</artifactId>
    <version>0.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/co.cask.http/netty-http/
implementation 'co.cask.http:netty-http:0.11.0'
// https://jarcasting.com/artifacts/co.cask.http/netty-http/
implementation ("co.cask.http:netty-http:0.11.0")
'co.cask.http:netty-http:jar:0.11.0'
<dependency org="co.cask.http" name="netty-http" rev="0.11.0">
  <artifact name="netty-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='co.cask.http', module='netty-http', version='0.11.0')
)
libraryDependencies += "co.cask.http" % "netty-http" % "0.11.0"
[co.cask.http/netty-http "0.11.0"]