MVN

com.github.joschi.jersey.jetty10 : jersey-test-framework-provider-jetty

Maven & Gradle

Jul 27, 2023
0 stars

jersey-test-framework-provider-jetty · Jersey Test Framework - Jetty 10.x HTTP container

<dependency>
    <groupId>com.github.joschi.jersey.jetty10</groupId>
    <artifactId>jersey-test-framework-provider-jetty</artifactId>
    <version>2.40</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.joschi.jersey.jetty10 : jersey-test-framework-provider-jetty to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.40

All Versions

Choose a version of com.github.joschi.jersey.jetty10 : jersey-test-framework-provider-jetty to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.40
jersey-test-framework-provider-jetty-2.40
2.39.x
jersey-test-framework-provider-jetty-2.39.1
2.39
jersey-test-framework-provider-jetty-2.39
2.38
jersey-test-framework-provider-jetty-2.38
2.37
jersey-test-framework-provider-jetty-2.37
2.36.x
jersey-test-framework-provider-jetty-2.36.1
2.36
jersey-test-framework-provider-jetty-2.36
2.35
jersey-test-framework-provider-jetty-2.35
2.34
jersey-test-framework-provider-jetty-2.34
2.33
jersey-test-framework-provider-jetty-2.33

How to add a dependency to Maven

Add the following com.github.joschi.jersey.jetty10 : jersey-test-framework-provider-jetty maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.joschi.jersey.jetty10</groupId>
    <artifactId>jersey-test-framework-provider-jetty</artifactId>
    <version>2.40</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.joschi.jersey.jetty10 : jersey-test-framework-provider-jetty gradle dependency to your build.gradle file:

implementation 'com.github.joschi.jersey.jetty10:jersey-test-framework-provider-jetty:2.40'

Gradle Kotlin DSL: Add the following com.github.joschi.jersey.jetty10 : jersey-test-framework-provider-jetty gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.joschi.jersey.jetty10:jersey-test-framework-provider-jetty:2.40")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.joschi.jersey.jetty10 : jersey-test-framework-provider-jetty sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.joschi.jersey.jetty10" % "jersey-test-framework-provider-jetty" % "2.40"