| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииCLI Взаимодействие с пользователем |
| Группа | Группаorg.ow2.xlcloud |
| Идентификатор | Идентификаторrest-client |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеorg.ow2.xlcloud:rest-client
This module provides base classes for creation of REST client (SDK).
Default client has preconfigured filters, Oauth2 token injection or even object mapper.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| rest-client-1.0.0.pom | |
| rest-client-1.0.0.jar | 25 KB |
| rest-client-1.0.0-sources.jar | 19 KB |
| rest-client-1.0.0-javadoc.jar | 108 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.ow2.xlcloud/rest-client/ -->
<dependency>
<groupId>org.ow2.xlcloud</groupId>
<artifactId>rest-client</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.xlcloud/rest-client/
implementation 'org.ow2.xlcloud:rest-client:1.0.0'
// https://jarcasting.com/artifacts/org.ow2.xlcloud/rest-client/
implementation ("org.ow2.xlcloud:rest-client:1.0.0")
'org.ow2.xlcloud:rest-client:jar:1.0.0'
<dependency org="org.ow2.xlcloud" name="rest-client" rev="1.0.0">
<artifact name="rest-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.xlcloud', module='rest-client', version='1.0.0')
)
libraryDependencies += "org.ow2.xlcloud" % "rest-client" % "1.0.0"
[org.ow2.xlcloud/rest-client "1.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.ow2.xlcloud : common-utils | jar | 1.0.0 |
| org.ow2.xlcloud : rest-utils | jar | 1.0.0 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.0.4 |
| net.sf.ehcache : ehcache-jcache | jar | 1.5.0-0.5 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.sun.jersey : jersey-client | jar | 1.13-b01 |
| com.fasterxml.jackson.jaxrs : jackson-jaxrs-json-provider | jar | 2.0.4 |
| log4j : log4j | jar | 1.2.14 |
| javax : javaee-api | jar | 6.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.ow2.xlcloud : test-utils | jar | 1.0.0 |