MVN

org.glassfish.jersey.containers : jersey-container-jetty-http2

Maven & Gradle

Oct 20, 2023

jersey-container-jetty-http2 · Jetty Http2 Container

<dependency>
    <groupId>org.glassfish.jersey.containers</groupId>
    <artifactId>jersey-container-jetty-http2</artifactId>
    <version>2.41</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.41

All Versions

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

Version Vulnerabilities Updated
2.41
jersey-container-jetty-http2-2.41

How to add a dependency to Maven

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

<dependency>
    <groupId>org.glassfish.jersey.containers</groupId>
    <artifactId>jersey-container-jetty-http2</artifactId>
    <version>2.41</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.glassfish.jersey.containers:jersey-container-jetty-http2:2.41'

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

implementation("org.glassfish.jersey.containers:jersey-container-jetty-http2:2.41")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.glassfish.jersey.containers" % "jersey-container-jetty-http2" % "2.41"