Monarch - REST Client
A Fluent API wrapper around Apache HTTP Client that handles both synchronous and asynchronous REST calls.
To install this dependency in your local Maven repo run:
mvn clean install
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииCLI Взаимодействие с пользователем |
| Группа | Группаcom.monarchapis |
| Идентификатор | Идентификаторrest-client |
| Последняя версия | Последняя версия0.8.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеREST Client
A Fluent API wrapper around Apache HTTP Client that handles both synchronous and asynchronous REST calls.
|
| Организация-разработчик |
Организация-разработчикMonarch API Manager |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| rest-client-0.8.1.pom | |
| rest-client-0.8.1.jar | 43 KB |
| rest-client-0.8.1-sources.jar | 31 KB |
| rest-client-0.8.1-javadoc.jar | 184 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.monarchapis/rest-client/ -->
<dependency>
<groupId>com.monarchapis</groupId>
<artifactId>rest-client</artifactId>
<version>0.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.monarchapis/rest-client/
implementation 'com.monarchapis:rest-client:0.8.1'
// https://jarcasting.com/artifacts/com.monarchapis/rest-client/
implementation ("com.monarchapis:rest-client:0.8.1")
'com.monarchapis:rest-client:jar:0.8.1'
<dependency org="com.monarchapis" name="rest-client" rev="0.8.1">
<artifact name="rest-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.monarchapis', module='rest-client', version='0.8.1')
)
libraryDependencies += "com.monarchapis" % "rest-client" % "0.8.1"
[com.monarchapis/rest-client "0.8.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.httpcomponents : httpclient | jar | 4.4.1 |
| org.apache.httpcomponents : httpasyncclient | jar | 4.1 |
| commons-io : commons-io | jar | 2.4 |
| org.apache.commons : commons-lang3 | jar | 3.4 |
| javax.validation : validation-api | jar | 1.1.0.Final |
| org.hibernate : hibernate-validator | jar | 5.1.3.Final |
| joda-time : joda-time | jar | 2.7 |
| com.fasterxml.jackson.core : jackson-core | jar | 2.4.5 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.4.5 |
| com.fasterxml.jackson.core : jackson-annotations | jar | 2.4.5 |
| com.fasterxml.jackson.datatype : jackson-datatype-joda | jar | 2.4.5 |
| com.fasterxml.jackson.datatype : jackson-datatype-guava | jar | 2.4.5 |
| com.fasterxml.jackson.dataformat : jackson-dataformat-yaml | jar | 2.4.5 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |
A Fluent API wrapper around Apache HTTP Client that handles both synchronous and asynchronous REST calls.
To install this dependency in your local Maven repo run:
mvn clean install
| Версия |
|---|
|
0.8.1
|