MVN

org.glassfish.grizzly : grizzly-http

Maven & Gradle

Jan 20, 2022
44 usages
133 stars

grizzly-http

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

Latest Version

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

  • Latest Stable: 3.0.1
  • Latest Release Candidate: 2.3-rc7
  • Latest Beta: 2.4.0-beta13

All Versions

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

Version Vulnerabilities Updated
3.0.x
grizzly-http-3.0.1
grizzly-http-3.0.0
grizzly-http-3.0.0-M1
2.4.x
grizzly-http-2.4.4
grizzly-http-2.4.3.1
grizzly-http-2.4.3
grizzly-http-2.4.2
grizzly-http-2.4.1
grizzly-http-2.4.0
grizzly-http-2.4.0-beta13
grizzly-http-2.4.0-beta12
grizzly-http-2.4.0-beta11
grizzly-http-2.4.0-beta10
grizzly-http-2.4.0-beta9
grizzly-http-2.4.0-beta8
grizzly-http-2.4.0-beta6
grizzly-http-2.4.0-beta4
grizzly-http-2.4.0-beta3
grizzly-http-2.4.0-beta2
grizzly-http-2.4.0-beta1
2.3.x
grizzly-http-2.3.35
grizzly-http-2.3.34
grizzly-http-2.3.33
grizzly-http-2.3.32
grizzly-http-2.3.31
grizzly-http-2.3.30
grizzly-http-2.3.29
grizzly-http-2.3.28
grizzly-http-2.3.27
grizzly-http-2.3.26
grizzly-http-2.3.25
grizzly-http-2.3.24
grizzly-http-2.3.23
grizzly-http-2.3.22
grizzly-http-2.3.21
grizzly-http-2.3.20
grizzly-http-2.3.19
grizzly-http-2.3.18
grizzly-http-2.3.17
grizzly-http-2.3.16
grizzly-http-2.3.15-gfa
grizzly-http-2.3.15
grizzly-http-2.3.14
grizzly-http-2.3.13
grizzly-http-2.3.12
grizzly-http-2.3.11
grizzly-http-2.3.10
grizzly-http-2.3.9
grizzly-http-2.3.8
grizzly-http-2.3.8-beta2
grizzly-http-2.3.8-beta1
grizzly-http-2.3.7
grizzly-http-2.3.6
grizzly-http-2.3.5
grizzly-http-2.3.4
grizzly-http-2.3.3
grizzly-http-2.3.2
grizzly-http-2.3.1
2.3
grizzly-http-2.3
grizzly-http-2.3-rc7
grizzly-http-2.3-rc6
grizzly-http-2.3-rc5
grizzly-http-2.3-rc4
grizzly-http-2.3-rc3
grizzly-http-2.3-rc2
grizzly-http-2.3-rc1
grizzly-http-2.3-beta9
grizzly-http-2.3-beta8
grizzly-http-2.3-beta7
grizzly-http-2.3-beta6
grizzly-http-2.3-beta5
grizzly-http-2.3-beta4
grizzly-http-2.3-beta3
grizzly-http-2.3-beta2
grizzly-http-2.3-beta1
2.2.x
grizzly-http-2.2.22
grizzly-http-2.2.21
grizzly-http-2.2.20
grizzly-http-2.2.19
grizzly-http-2.2.18
grizzly-http-2.2.17
grizzly-http-2.2.16
grizzly-http-2.2.15
grizzly-http-2.2.14
grizzly-http-2.2.13
grizzly-http-2.2.12
grizzly-http-2.2.11
grizzly-http-2.2.10
grizzly-http-2.2.9
grizzly-http-2.2.8
grizzly-http-2.2.7
grizzly-http-2.2.6
grizzly-http-2.2.5
grizzly-http-2.2.4
grizzly-http-2.2.3
grizzly-http-2.2.2
grizzly-http-2.2.1
2.2
grizzly-http-2.2
2.1.x
grizzly-http-2.1.11
grizzly-http-2.1.10
grizzly-http-2.1.9
grizzly-http-2.1.8
grizzly-http-2.1.7
grizzly-http-2.1.6
grizzly-http-2.1.5
grizzly-http-2.1.4
grizzly-http-2.1.3
grizzly-http-2.1.2
grizzly-http-2.1.1
2.1
grizzly-http-2.1
2.0.x
grizzly-http-2.0.1
grizzly-http-2.0.1-b2
grizzly-http-2.0.1-b1
grizzly-http-2.0.0-RC3
grizzly-http-2.0.0-RC2
grizzly-http-2.0.0-M2
grizzly-http-2.0.0-M1
2.0
grizzly-http-2.0
grizzly-http-2.0-b3
grizzly-http-2.0-b2
grizzly-http-2.0-b1

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'org.glassfish.grizzly:grizzly-http:3.0.1'

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

implementation("org.glassfish.grizzly:grizzly-http:3.0.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.glassfish.grizzly" % "grizzly-http" % "3.0.1"

Advertisement

Dependencies from Group

Sep 28, 2021
215 usages
133 stars
Sep 28, 2021
134 usages
133 stars
Sep 28, 2021
103 usages
133 stars
Jan 20, 2022
62 usages
134 stars
Jan 20, 2022
44 usages
133 stars

Discover Dependencies

Apr 07, 2023
16 usages
6 stars
Aug 07, 2023
35 usages
83 stars
Nov 17, 2017
19 usages
5.3k stars
May 18, 2023
33 usages
555 stars
Jan 08, 2020
30 usages
2k stars
Apr 08, 2021
68 usages
6.5k stars
Sep 07, 2011
22 usages
May 23, 2023
216 usages
7 stars