MVN

com.eclipsesource : jaxrs-consumer

Maven & Gradle

Jan 02, 2014
190 stars

OSGi JAX-RS Consumer · With the jax-rs consumer you can consume REST services by reusing your @Path annotated types.

<dependency>
    <groupId>com.eclipsesource</groupId>
    <artifactId>jaxrs-consumer</artifactId>
    <version>2.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.eclipsesource : jaxrs-consumer to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.1

All Versions

Choose a version of com.eclipsesource : jaxrs-consumer to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
jaxrs-consumer-2.2.1
jaxrs-consumer-2.2.0
2.1.x
jaxrs-consumer-2.1.0
2.0.x
jaxrs-consumer-2.0.2
jaxrs-consumer-2.0.0
1.1.x
jaxrs-consumer-1.1.0

How to add a dependency to Maven

Add the following com.eclipsesource : jaxrs-consumer maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.eclipsesource</groupId>
    <artifactId>jaxrs-consumer</artifactId>
    <version>2.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.eclipsesource : jaxrs-consumer gradle dependency to your build.gradle file:

implementation 'com.eclipsesource:jaxrs-consumer:2.2.1'

Gradle Kotlin DSL: Add the following com.eclipsesource : jaxrs-consumer gradle kotlin dependency to your build.gradle.kts file:

implementation("com.eclipsesource:jaxrs-consumer:2.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.eclipsesource : jaxrs-consumer sbt scala dependency to your build.sbt file:

libraryDependencies += "com.eclipsesource" % "jaxrs-consumer" % "2.2.1"