CtoolkiT REST Facade API
Fluent facade API to allow perform REST operations of various APIs through a single interface.
| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdorg.ctoolkit.restapi |
| ArtifactId | ArtifactIdrest-client-facade-api |
| Last Version | Last Version0.10 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionUniform 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.
|
| Project URL |
Project URL |
| Project Organization |
Project OrganizationComvai - TurnOnline.biz |
| Source Code Management |
Source Code Management |
<!-- 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.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.ctoolkit.restapi/rest-client-facade-api/
implementation 'org.ctoolkit.restapi:rest-client-facade-api:0.10'
// https://jarcasting.com/artifacts/org.ctoolkit.restapi/rest-client-facade-api/
implementation ("org.ctoolkit.restapi:rest-client-facade-api:0.10")
'org.ctoolkit.restapi:rest-client-facade-api:jar:0.10'
<dependency org="org.ctoolkit.restapi" name="rest-client-facade-api" rev="0.10">
<artifact name="rest-client-facade-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ctoolkit.restapi', module='rest-client-facade-api', version='0.10')
)
libraryDependencies += "org.ctoolkit.restapi" % "rest-client-facade-api" % "0.10"
[org.ctoolkit.restapi/rest-client-facade-api "0.10"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.findbugs : jsr305 | jar | 2.0.3 |
Fluent facade API to allow perform REST operations of various APIs through a single interface.