g

grizzly-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.
https://github.com/javaee/grizzly-ahc
Apache License 2.0
Brian McCallister Jeanfrancois Arcand Thomas Dudziak Hubert Iwaniuk Stephane Landelle Ryan Lubke
Files download
File Operation
grizzly-http-client-1.13.jar download
grizzly-http-client-1.13.pom download
grizzly-http-client-1.13-sources.jar download
Apache Maven
<dependency>
  <groupId>org.glassfish.grizzly</groupId>
  <artifactId>grizzly-http-client</artifactId>
  <version>1.13</version>
</dependency>
Gradle Groovy
implementation 'org.glassfish.grizzly:grizzly-http-client:1.13'
Gradle Kotlin
implementation("org.glassfish.grizzly:grizzly-http-client:1.13")
Scala SBT
libraryDependencies += "org.glassfish.grizzly" % "grizzly-http-client" % "1.13"
Groovy Grape
@Grapes(
  @Grab(group='org.glassfish.grizzly', module='grizzly-http-client', version='1.13')
)
Apache Ivy
<dependency org="org.glassfish.grizzly" name="grizzly-http-client" rev="1.13" />
Leiningen
[org.glassfish.grizzly/grizzly-http-client "1.13"]
Apache Buildr
'org.glassfish.grizzly:grizzly-http-client:jar:1.13'