MVN

org.glassfish.jersey.containers : jersey-container-netty-http

Maven & Gradle

Jul 10, 2023
43 usages
649 stars

jersey-container-netty-http · Netty Http Container.

<dependency>
    <groupId>org.glassfish.jersey.containers</groupId>
    <artifactId>jersey-container-netty-http</artifactId>
    <version>3.0.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.glassfish.jersey.containers : jersey-container-netty-http to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.11
  • Latest Release Candidate: 3.0.0-RC2

All Versions

Choose a version of org.glassfish.jersey.containers : jersey-container-netty-http to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
jersey-container-netty-http-3.1.2
jersey-container-netty-http-3.1.1
jersey-container-netty-http-3.1.0
jersey-container-netty-http-3.1.0-M8
jersey-container-netty-http-3.1.0-M7
jersey-container-netty-http-3.1.0-M3
jersey-container-netty-http-3.1.0-M2
jersey-container-netty-http-3.1.0-M1
3.0.x
jersey-container-netty-http-3.0.11
jersey-container-netty-http-3.0.10
jersey-container-netty-http-3.0.9
jersey-container-netty-http-3.0.8
jersey-container-netty-http-3.0.7
jersey-container-netty-http-3.0.6
jersey-container-netty-http-3.0.5
jersey-container-netty-http-3.0.4
jersey-container-netty-http-3.0.3
jersey-container-netty-http-3.0.2
jersey-container-netty-http-3.0.1
jersey-container-netty-http-3.0.0
jersey-container-netty-http-3.0.0-RC2
jersey-container-netty-http-3.0.0-M6
jersey-container-netty-http-3.0.0-M1
2.40
jersey-container-netty-http-2.40
2.39.x
jersey-container-netty-http-2.39.1
2.39
jersey-container-netty-http-2.39
2.38
jersey-container-netty-http-2.38
2.37
jersey-container-netty-http-2.37
2.36
jersey-container-netty-http-2.36
2.35
jersey-container-netty-http-2.35
2.34
jersey-container-netty-http-2.34
2.33
jersey-container-netty-http-2.33
2.32
jersey-container-netty-http-2.32
2.31
jersey-container-netty-http-2.31
2.30.x
jersey-container-netty-http-2.30.1
2.30
jersey-container-netty-http-2.30
2.29.x
jersey-container-netty-http-2.29.1
2.29
jersey-container-netty-http-2.29
2.28
jersey-container-netty-http-2.28
jersey-container-netty-http-2.28-RC4
2.27
jersey-container-netty-http-2.27
2.26
jersey-container-netty-http-2.26
jersey-container-netty-http-2.26-b09
jersey-container-netty-http-2.26-b08
jersey-container-netty-http-2.26-b07
jersey-container-netty-http-2.26-b06
jersey-container-netty-http-2.26-b05
jersey-container-netty-http-2.26-b04
jersey-container-netty-http-2.26-b03
jersey-container-netty-http-2.26-b02
jersey-container-netty-http-2.26-b01
2.25.x
jersey-container-netty-http-2.25.1
2.25
jersey-container-netty-http-2.25
2.24.x
jersey-container-netty-http-2.24.1
2.24
jersey-container-netty-http-2.24
2.23.x
jersey-container-netty-http-2.23.2

How to add a dependency to Maven

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

<dependency>
    <groupId>org.glassfish.jersey.containers</groupId>
    <artifactId>jersey-container-netty-http</artifactId>
    <version>3.0.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.glassfish.jersey.containers : jersey-container-netty-http gradle dependency to your build.gradle file:

implementation 'org.glassfish.jersey.containers:jersey-container-netty-http:3.0.11'

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

implementation("org.glassfish.jersey.containers:jersey-container-netty-http:3.0.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.glassfish.jersey.containers : jersey-container-netty-http sbt scala dependency to your build.sbt file:

libraryDependencies += "org.glassfish.jersey.containers" % "jersey-container-netty-http" % "3.0.11"

Advertisement