MVN

org.glassfish.grizzly : grizzly-http-client

Maven & Gradle

Jan 17, 2019
17 usages
7 stars

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.

<dependency>
    <groupId>org.glassfish.grizzly</groupId>
    <artifactId>grizzly-http-client</artifactId>
    <version>1.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.glassfish.grizzly : grizzly-http-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.16

All Versions

Choose a version of org.glassfish.grizzly : grizzly-http-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.16
grizzly-http-client-1.16
1.15
grizzly-http-client-1.15
1.14
grizzly-http-client-1.14
1.13
grizzly-http-client-1.13
1.12
grizzly-http-client-1.12
1.11
grizzly-http-client-1.11
1.10
grizzly-http-client-1.10
1.9
grizzly-http-client-1.9
1.8
grizzly-http-client-1.8
1.7
grizzly-http-client-1.7
1.6
grizzly-http-client-1.6
1.5
grizzly-http-client-1.5
1.4
grizzly-http-client-1.4
1.3
grizzly-http-client-1.3
1.2
grizzly-http-client-1.2
1.1
grizzly-http-client-1.1
1.0
grizzly-http-client-1.0

How to add a dependency to Maven

Add the following org.glassfish.grizzly : grizzly-http-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.glassfish.grizzly</groupId>
    <artifactId>grizzly-http-client</artifactId>
    <version>1.16</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.glassfish.grizzly : grizzly-http-client gradle dependency to your build.gradle file:

implementation 'org.glassfish.grizzly:grizzly-http-client:1.16'

Gradle Kotlin DSL: Add the following org.glassfish.grizzly : grizzly-http-client gradle kotlin dependency to your build.gradle.kts file:

implementation("org.glassfish.grizzly:grizzly-http-client:1.16")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.glassfish.grizzly : grizzly-http-client sbt scala dependency to your build.sbt file:

libraryDependencies += "org.glassfish.grizzly" % "grizzly-http-client" % "1.16"

Advertisement