is not current version
Last Version 2.8.3

Netty Http Client 2.8.0

An asynchronous HTTP client library based on Netty 4.x

License

License

MIT
Categories

Categories

Net CLI User Interface Netty Networking
GroupId

GroupId

com.mastfrog
ArtifactId

ArtifactId

netty-http-client
Version

Version

2.8.0
Type

Type

jar
Description

Description

Netty Http Client
An asynchronous HTTP client library based on Netty 4.x
Project URL

Project URL

https://github.com/timboudreau/netty-http-client
Project Organization

Project Organization

Mastfrog Technologies
Source Code Management

Source Code Management

https://github.com/timboudreau/netty-http-client.git

Download netty-http-client 2.8.0


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

Dependencies

compile (10)

Group / Artifact Type Version
io.netty : netty-buffer jar 4.1.72.Final
io.netty : netty-handler jar 4.1.72.Final
io.netty : netty-codec-http jar 4.1.72.Final
com.mastfrog : acteur-util jar 2.8.0
com.mastfrog : marshaller-registry jar 2.8.0
com.mastfrog : url jar 2.8.0
com.mastfrog : acteur-headers jar 2.8.0
com.fasterxml.jackson.core : jackson-databind jar 2.13.0
org.javassist : javassist jar 3.27.0-GA
com.jcraft : jzlib jar 1.1.3

test (3)

Group / Artifact Type Version
junit : junit jar 4.13.2
com.mastfrog : tiny-http-server jar 2.8.0
com.mastfrog : util-net jar 2.8.0

Project Modules

There are no modules declared in this project.