| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииCLI Взаимодействие с пользователем |
| Группа | Группаco.cloudify |
| Идентификатор | Идентификаторrest-client |
| Последняя версия | Последняя версия6.3.0.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеrest-client
Cloudify java rest client
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| rest-client-6.3.0.1.pom | |
| rest-client-6.3.0.1.jar | 79 KB |
| rest-client-6.3.0.1-sources.jar | 47 KB |
| rest-client-6.3.0.1-javadoc.jar | 368 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/co.cloudify/rest-client/ -->
<dependency>
<groupId>co.cloudify</groupId>
<artifactId>rest-client</artifactId>
<version>6.3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/co.cloudify/rest-client/
implementation 'co.cloudify:rest-client:6.3.0.1'
// https://jarcasting.com/artifacts/co.cloudify/rest-client/
implementation ("co.cloudify:rest-client:6.3.0.1")
'co.cloudify:rest-client:jar:6.3.0.1'
<dependency org="co.cloudify" name="rest-client" rev="6.3.0.1">
<artifact name="rest-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='co.cloudify', module='rest-client', version='6.3.0.1')
)
libraryDependencies += "co.cloudify" % "rest-client" % "6.3.0.1"
[co.cloudify/rest-client "6.3.0.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| jakarta.ws.rs : jakarta.ws.rs-api | jar | 2.1.6 |
| javax.json : javax.json-api | jar | 1.1.4 |
| org.apache.commons : commons-lang3 | jar | 3.9 |
| commons-io : commons-io | jar | 2.6 |
| org.slf4j : slf4j-api | jar | 1.7.30 |
| org.apache.commons : commons-compress | jar | 1.20 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter-engine | jar | 5.6.2 |
| org.glassfish.jersey.core : jersey-client | jar | 2.30 |
| org.glassfish.jersey.inject : jersey-hk2 | jar | 2.30 |
| org.glassfish.jersey.media : jersey-media-json-jackson | jar | 2.30 |
| org.slf4j : slf4j-simple | jar | 1.7.30 |
| org.mockito : mockito-core | jar | 3.3.3 |