HTTP client framework for Groovy

A builder-style HTTP client API, including authentication, and extensible handling of common content-types such as JSON and XML. It is built on top of Apache's HttpClient.

Лицензия

Лицензия

Категории

Категории

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

Группа

org.codehaus.groovy.modules.http-builder
Идентификатор

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

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

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

0.7.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

HTTP client framework for Groovy
A builder-style HTTP client API, including authentication, and extensible handling of common content-types such as JSON and XML. It is built on top of Apache's HttpClient.
Система контроля версий

Система контроля версий

http://github.com/jgritman/httpbuilder

Скачать http-builder

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

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

Зависимости

compile (8)

Идентификатор библиотеки Тип Версия
org.apache.httpcomponents : httpclient jar 4.2.1
net.sf.json-lib : json-lib jar 2.3
net.sourceforge.nekohtml : nekohtml jar 1.9.16
xml-resolver : xml-resolver jar 1.2
oauth.signpost : signpost-commonshttp4 Необязательный jar 1.2.1.1
oauth.signpost : signpost-core Необязательный jar 1.2.1.1
com.google.appengine : appengine-api-1.0-sdk Необязательный jar 1.3.8
xerces : xercesImpl Необязательный jar [2.6.2,)

provided (1)

Идентификатор библиотеки Тип Версия
org.codehaus.groovy : groovy jar 1.8.8

test (3)

Идентификатор библиотеки Тип Версия
log4j : log4j jar 1.2.15
commons-io : commons-io jar 1.4
junit : junit jar 4.5

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

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

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

Версия
0.7.1
0.7
0.6
0.5.2
0.5.1
0.5.0
0.5.0-RC3
0.5.0-RC2
0.5.0-RC1