is not current version
Last Version 1.1.0

co.cask.http:netty-http 0.4.1

Netty based path router

Categories

Categories

Net Netty Networking
GroupId

GroupId

co.cask.http
ArtifactId

ArtifactId

netty-http
Version

Version

0.4.1
Type

Type

jar

Download netty-http 0.4.1


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