Netty Http Client

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

License

License

Categories

Categories

Net CLI User Interface Netty Networking
GroupId

GroupId

com.github.cloudbow
ArtifactId

ArtifactId

netty-http-client
Last Version

Last Version

0.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

https://github.com/cloudbow/netty-http-client

Download netty-http-client

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
io.netty : netty-all jar 4.1.0.Beta1
log4j : log4j jar 1.2.17
log4j : apache-log4j-extras jar 1.1

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.3
0.0.2
0.0.1