MVN

org.glassfish.jersey.connectors : jersey-jetty11-connector

Maven & Gradle

Nov 28, 2023

jersey-connectors-jetty11 · Jersey Client Transport via Jetty 11.x

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

Latest Version

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

  • Latest Stable: 3.1.4

All Versions

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

Version Vulnerabilities Updated
3.1.x
jersey-jetty11-connector-3.1.4

How to add a dependency to Maven

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

<dependency>
    <groupId>org.glassfish.jersey.connectors</groupId>
    <artifactId>jersey-jetty11-connector</artifactId>
    <version>3.1.4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.glassfish.jersey.connectors:jersey-jetty11-connector:3.1.4'

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

implementation("org.glassfish.jersey.connectors:jersey-jetty11-connector:3.1.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.glassfish.jersey.connectors" % "jersey-jetty11-connector" % "3.1.4"

Advertisement