MVN

com.inteligr8 : common-rest-client

Maven & Gradle

Jun 29, 2023

ReST API Client for Java · A common library for building CXF REST API clients

<dependency>
    <groupId>com.inteligr8</groupId>
    <artifactId>common-rest-client</artifactId>
    <version>2.0.8-cxf</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.inteligr8 : common-rest-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.8-cxf

All Versions

Choose a version of com.inteligr8 : common-rest-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
common-rest-client-2.0.8-cxf
common-rest-client-2.0.8-jersey
common-rest-client-2.0.8
common-rest-client-2.0.7-jersey
common-rest-client-2.0.7-cxf
common-rest-client-2.0.6-cxf
common-rest-client-2.0.6-jersey
common-rest-client-2.0.6
common-rest-client-2.0.5-cxf
common-rest-client-2.0.4-cxf
common-rest-client-2.0.4-jersey
common-rest-client-2.0.4
common-rest-client-2.0.3-jersey
common-rest-client-2.0.2-cxf
common-rest-client-2.0.2-jersey
common-rest-client-2.0.2
common-rest-client-2.0.1-jersey
common-rest-client-2.0.1-cxf
common-rest-client-2.0.1
common-rest-client-2.0.0

How to add a dependency to Maven

Add the following com.inteligr8 : common-rest-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.inteligr8</groupId>
    <artifactId>common-rest-client</artifactId>
    <version>2.0.8-cxf</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.inteligr8 : common-rest-client gradle dependency to your build.gradle file:

implementation 'com.inteligr8:common-rest-client:2.0.8-cxf'

Gradle Kotlin DSL: Add the following com.inteligr8 : common-rest-client gradle kotlin dependency to your build.gradle.kts file:

implementation("com.inteligr8:common-rest-client:2.0.8-cxf")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.inteligr8 : common-rest-client sbt scala dependency to your build.sbt file:

libraryDependencies += "com.inteligr8" % "common-rest-client" % "2.0.8-cxf"