HTTP client builder DSL for Groovy

This project provides a simple builder-style HTTP client API, including common authentication mechanisms, and easy handling of common content-types such as JSON and XML. It is built on top of Apache's HttpClient.

Лицензия

Лицензия

Категории

Категории

Groovy Языки программирования
Группа

Группа

org.codehaus.groovy
Идентификатор

Идентификатор

http-builder
Последняя версия

Последняя версия

0.4.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

HTTP client builder DSL for Groovy
This project provides a simple builder-style HTTP client API, including common authentication mechanisms, and easy handling of common content-types such as JSON and XML. It is built on top of Apache's HttpClient.

Скачать http-builder

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.codehaus.groovy/http-builder/ -->
<dependency>
    <groupId>org.codehaus.groovy</groupId>
    <artifactId>http-builder</artifactId>
    <version>0.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.groovy/http-builder/
implementation 'org.codehaus.groovy:http-builder:0.4.1'
// https://jarcasting.com/artifacts/org.codehaus.groovy/http-builder/
implementation ("org.codehaus.groovy:http-builder:0.4.1")
'org.codehaus.groovy:http-builder:jar:0.4.1'
<dependency org="org.codehaus.groovy" name="http-builder" rev="0.4.1">
  <artifact name="http-builder" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.groovy', module='http-builder', version='0.4.1')
)
libraryDependencies += "org.codehaus.groovy" % "http-builder" % "0.4.1"
[org.codehaus.groovy/http-builder "0.4.1"]

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
org.apache.httpcomponents : httpclient jar 4.0-beta2
net.sf.json-lib : json-lib jar 2.2.2
org.codehaus.groovy : groovy jar 1.5.7
net.sourceforge.nekohtml : nekohtml jar 1.9.9

test (3)

Идентификатор библиотеки Тип Версия
org.simpleframework : simple jar 4.0.6
log4j : log4j jar 1.2.15
junit : junit jar 4.5

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
0.4.1
0.4.0
0.3.0
0.2.2
0.2.1