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.

License

License

Categories

Categories

Groovy Languages
GroupId

GroupId

org.codehaus.groovy.modules.http-builder
ArtifactId

ArtifactId

http-builder
Last Version

Last Version

0.7.1
Release Date

Release Date

Type

Type

jar
Description

Description

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.
Source Code Management

Source Code Management

http://github.com/jgritman/httpbuilder

Download http-builder

How to add to project

<!-- 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"]

Dependencies

compile (8)

Group / Artifact Type Version
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 Optional jar 1.2.1.1
oauth.signpost : signpost-core Optional jar 1.2.1.1
com.google.appengine : appengine-api-1.0-sdk Optional jar 1.3.8
xerces : xercesImpl Optional jar [2.6.2,)

provided (1)

Group / Artifact Type Version
org.codehaus.groovy : groovy jar 1.8.8

test (3)

Group / Artifact Type Version
log4j : log4j jar 1.2.15
commons-io : commons-io jar 1.4
junit : junit jar 4.5

Project Modules

There are no modules declared in this project.

Versions

Version
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