com.github.jalasoft:NettyHttpClient

An implementation of HttpClient API that takes advantage of the Netty framework.

License

License

Categories

Categories

Net CLI User Interface Netty Networking
GroupId

GroupId

com.github.jalasoft
ArtifactId

ArtifactId

NettyHttpClient
Last Version

Last Version

1.0.5
Release Date

Release Date

Type

Type

jar
Description

Description

An implementation of HttpClient API that takes advantage of the Netty framework.

Download NettyHttpClient

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
com.github.jalasoft : HttpClient jar 1.0.5
io.netty : netty-all jar 5.0.0.Alpha1

test (1)

Group / Artifact Type Version
ch.qos.logback : logback-classic jar 1.1.3

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.5
1.0.4
1.0.2