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.12.jar download
grizzly-http-client-1.12.pom download
grizzly-http-client-1.12-sources.jar download
Apache Maven
<dependency>
  <groupId>org.glassfish.grizzly</groupId>
  <artifactId>grizzly-http-client</artifactId>
  <version>1.12</version>
</dependency>
Gradle Groovy
implementation 'org.glassfish.grizzly:grizzly-http-client:1.12'
Gradle Kotlin
implementation("org.glassfish.grizzly:grizzly-http-client:1.12")
Scala SBT
libraryDependencies += "org.glassfish.grizzly" % "grizzly-http-client" % "1.12"
Groovy Grape
@Grapes(
  @Grab(group='org.glassfish.grizzly', module='grizzly-http-client', version='1.12')
)
Apache Ivy
<dependency org="org.glassfish.grizzly" name="grizzly-http-client" rev="1.12" />
Leiningen
[org.glassfish.grizzly/grizzly-http-client "1.12"]
Apache Buildr
'org.glassfish.grizzly:grizzly-http-client:jar:1.12'