Last Version

Grizzly Async HTTP Client 1.16

The Grizzly Async Http Client library purpose is to allow Java applications to easily execute HTTP requests and asynchronously process the HTTP responses.

License

License

Categories

Categories

GlassFish Container Application Servers CLI User Interface Grizzly Net Networking
GroupId

GroupId

org.glassfish.grizzly
ArtifactId

ArtifactId

grizzly-http-client
Version

Version

1.16
Type

Type

jar
Description

Description

Grizzly Async HTTP Client
The Grizzly Async Http Client library purpose is to allow Java applications to easily execute HTTP requests and asynchronously process the HTTP responses.
Project URL

Project URL

https://github.com/eclipse-ee4j/grizzly-ahc
Project Organization

Project Organization

Eclipse Foundation
Source Code Management

Source Code Management

https://github.com/eclipse-ee4j/grizzly-ahc

Download grizzly-http-client 1.16


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

Dependencies

compile (4)

Group / Artifact Type Version
org.glassfish.grizzly : connection-pool jar 2.4.3
org.glassfish.grizzly : grizzly-websockets jar 2.4.3
org.slf4j : slf4j-api jar 1.7.12
com.google.guava : guava Optional jar 11.0.2

test (10)

Group / Artifact Type Version
org.glassfish.grizzly : grizzly-http-server jar 2.4.3
ch.qos.logback : logback-classic jar 1.2.3
log4j : log4j jar 1.2.17
org.testng : testng jar 6.8.8
org.mockito : mockito-all jar 1.10.19
org.eclipse.jetty : jetty-server jar 9.4.9.v20180320
org.eclipse.jetty : jetty-proxy jar 9.4.9.v20180320
org.eclipse.jetty.websocket : websocket-server jar 9.4.9.v20180320
commons-io : commons-io jar 2.0.1
commons-fileupload : commons-fileupload jar 1.2.2

Project Modules

There are no modules declared in this project.