is not current version
Last Version 0.0.3

com.github.cloudbow:netty-http-client 0.0.1

This project aims at making a simple http client but yet high performing over nio with the help of netty

Categories

Categories

Net CLI User Interface Netty Networking
GroupId

GroupId

com.github.cloudbow
ArtifactId

ArtifactId

netty-http-client
Version

Version

0.0.1
Type

Type

jar

Download netty-http-client 0.0.1


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