MVN

org.glassfish.jersey.ext.microprofile : jersey-mp-rest-client

Maven & Gradle

Jul 10, 2023
32 usages
649 stars
<dependency>
    <groupId>org.glassfish.jersey.ext.microprofile</groupId>
    <artifactId>jersey-mp-rest-client</artifactId>
    <version>3.0.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.glassfish.jersey.ext.microprofile : jersey-mp-rest-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.11

All Versions

Choose a version of org.glassfish.jersey.ext.microprofile : jersey-mp-rest-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
jersey-mp-rest-client-3.1.2
jersey-mp-rest-client-3.1.1
jersey-mp-rest-client-3.1.0
jersey-mp-rest-client-3.1.0-M8
jersey-mp-rest-client-3.1.0-M7
jersey-mp-rest-client-3.1.0-M3
jersey-mp-rest-client-3.1.0-M2
jersey-mp-rest-client-3.1.0-M1
3.0.x
jersey-mp-rest-client-3.0.11
jersey-mp-rest-client-3.0.10
jersey-mp-rest-client-3.0.9
jersey-mp-rest-client-3.0.8
jersey-mp-rest-client-3.0.7
jersey-mp-rest-client-3.0.6
jersey-mp-rest-client-3.0.5
jersey-mp-rest-client-3.0.4
2.40
jersey-mp-rest-client-2.40
2.39.x
jersey-mp-rest-client-2.39.1
2.39
jersey-mp-rest-client-2.39
2.38
jersey-mp-rest-client-2.38
2.37
jersey-mp-rest-client-2.37
2.36
jersey-mp-rest-client-2.36
2.35
jersey-mp-rest-client-2.35
2.34
jersey-mp-rest-client-2.34
2.33
jersey-mp-rest-client-2.33
2.32
jersey-mp-rest-client-2.32
2.31
jersey-mp-rest-client-2.31
2.30.x
jersey-mp-rest-client-2.30.1
2.30
jersey-mp-rest-client-2.30
2.29.x
jersey-mp-rest-client-2.29.1
2.29
jersey-mp-rest-client-2.29

How to add a dependency to Maven

Add the following org.glassfish.jersey.ext.microprofile : jersey-mp-rest-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.glassfish.jersey.ext.microprofile</groupId>
    <artifactId>jersey-mp-rest-client</artifactId>
    <version>3.0.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.glassfish.jersey.ext.microprofile : jersey-mp-rest-client gradle dependency to your build.gradle file:

implementation 'org.glassfish.jersey.ext.microprofile:jersey-mp-rest-client:3.0.11'

Gradle Kotlin DSL: Add the following org.glassfish.jersey.ext.microprofile : jersey-mp-rest-client gradle kotlin dependency to your build.gradle.kts file:

implementation("org.glassfish.jersey.ext.microprofile:jersey-mp-rest-client:3.0.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.glassfish.jersey.ext.microprofile : jersey-mp-rest-client sbt scala dependency to your build.sbt file:

libraryDependencies += "org.glassfish.jersey.ext.microprofile" % "jersey-mp-rest-client" % "3.0.11"

Advertisement