CtoolkiT REST Facade API
Fluent facade API to allow perform REST operations of various APIs through a single interface.
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииCLI Взаимодействие с пользователем |
| Группа | Группаorg.ctoolkit.restapi |
| Идентификатор | Идентификаторrest-client-facade-api |
| Последняя версия | Последняя версия0.10 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описание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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчикComvai - TurnOnline.biz |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| rest-client-facade-api-0.10.pom | |
| rest-client-facade-api-0.10.jar | 7 KB |
| rest-client-facade-api-0.10-sources.jar | 7 KB |
| rest-client-facade-api-0.10-javadoc.jar | 82 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.google.code.findbugs : jsr305 | jar | 2.0.3 |
Fluent facade API to allow perform REST operations of various APIs through a single interface.