Last Version

HTTP client builder DSL for Groovy 0.4.1

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.

License

License

Categories

Categories

Groovy Languages
GroupId

GroupId

org.codehaus.groovy
ArtifactId

ArtifactId

http-builder
Version

Version

0.4.1
Type

Type

jar
Description

Description

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.

Download http-builder 0.4.1


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

Dependencies

compile (4)

Group / Artifact Type Version
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)

Group / Artifact Type Version
org.simpleframework : simple jar 4.0.6
log4j : log4j jar 1.2.15
junit : junit jar 4.5

Project Modules

There are no modules declared in this project.