MVN

org.ctoolkit.restapi : rest-client-facade-api

Maven & Gradle

Mar 25, 2016
8 usages
0 stars

Uniform REST Client Facade API · Uniform client facade API to perform common operations on top of REST to serve a resources of various REST APIs through single interface.

<dependency>
    <groupId>org.ctoolkit.restapi</groupId>
    <artifactId>rest-client-facade-api</artifactId>
    <version>0.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ctoolkit.restapi : rest-client-facade-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.10

All Versions

Choose a version of org.ctoolkit.restapi : rest-client-facade-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.10
rest-client-facade-api-0.10
0.9
rest-client-facade-api-0.9
0.8
rest-client-facade-api-0.8
0.7
rest-client-facade-api-0.7

How to add a dependency to Maven

Add the following org.ctoolkit.restapi : rest-client-facade-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.ctoolkit.restapi</groupId>
    <artifactId>rest-client-facade-api</artifactId>
    <version>0.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.ctoolkit.restapi : rest-client-facade-api gradle dependency to your build.gradle file:

implementation 'org.ctoolkit.restapi:rest-client-facade-api:0.10'

Gradle Kotlin DSL: Add the following org.ctoolkit.restapi : rest-client-facade-api gradle kotlin dependency to your build.gradle.kts file:

implementation("org.ctoolkit.restapi:rest-client-facade-api:0.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.ctoolkit.restapi : rest-client-facade-api sbt scala dependency to your build.sbt file:

libraryDependencies += "org.ctoolkit.restapi" % "rest-client-facade-api" % "0.10"

Advertisement