MVN

org.glassfish.jersey.connectors : jersey-jetty-http2-connector

Maven & Gradle

Oct 20, 2023

jersey-connectors-jetty-http2 · Jersey Client Transport via Jetty

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

Latest Version

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

  • Latest Stable: 2.41

All Versions

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

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

How to add a dependency to Maven

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

<dependency>
    <groupId>org.glassfish.jersey.connectors</groupId>
    <artifactId>jersey-jetty-http2-connector</artifactId>
    <version>2.41</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.glassfish.jersey.connectors:jersey-jetty-http2-connector:2.41'

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

implementation("org.glassfish.jersey.connectors:jersey-jetty-http2-connector:2.41")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.glassfish.jersey.connectors" % "jersey-jetty-http2-connector" % "2.41"