c

common-rest-client

A common library for building REST API clients that support both the CXF and Jersey frameworks
https://bitbucket.org/inteligr8/common-rest-client
GNU GENERAL PUBLIC LICENSE, Version 3, 29 June 2007
Inteligr8
Brian Long
Files download
File Operation
common-rest-client-2.0.1.jar download
common-rest-client-2.0.1.pom download
common-rest-client-2.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.inteligr8</groupId>
  <artifactId>common-rest-client</artifactId>
  <version>2.0.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.inteligr8:common-rest-client:2.0.1'
Gradle Kotlin
implementation("com.inteligr8:common-rest-client:2.0.1")
Scala SBT
libraryDependencies += "com.inteligr8" % "common-rest-client" % "2.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.inteligr8', module='common-rest-client', version='2.0.1')
)
Apache Ivy
<dependency org="com.inteligr8" name="common-rest-client" rev="2.0.1" />
Leiningen
[com.inteligr8/common-rest-client "2.0.1"]
Apache Buildr
'com.inteligr8:common-rest-client:jar:2.0.1'
Dependencies
The project has no third-party dependencies