is not current version
Last Version 0.10

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

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

Categories

Categories

CLI User Interface
GroupId

GroupId

org.ctoolkit.restapi
ArtifactId

ArtifactId

rest-client-facade-api
Version

Version

0.8
Type

Type

jar

Download rest-client-facade-api 0.8


<!-- https://jarcasting.com/artifacts/org.ctoolkit.restapi/rest-client-facade-api/ -->
<dependency>
    <groupId>org.ctoolkit.restapi</groupId>
    <artifactId>rest-client-facade-api</artifactId>
    <version>0.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.ctoolkit.restapi/rest-client-facade-api/
implementation 'org.ctoolkit.restapi:rest-client-facade-api:0.8'
// https://jarcasting.com/artifacts/org.ctoolkit.restapi/rest-client-facade-api/
implementation ("org.ctoolkit.restapi:rest-client-facade-api:0.8")
'org.ctoolkit.restapi:rest-client-facade-api:jar:0.8'
<dependency org="org.ctoolkit.restapi" name="rest-client-facade-api" rev="0.8">
  <artifact name="rest-client-facade-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ctoolkit.restapi', module='rest-client-facade-api', version='0.8')
)
libraryDependencies += "org.ctoolkit.restapi" % "rest-client-facade-api" % "0.8"
[org.ctoolkit.restapi/rest-client-facade-api "0.8"]