is not current version
Last Version 0.4.1

org.codehaus.groovy:http-builder 0.2.2

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.

Categories

Categories

Groovy Languages
GroupId

GroupId

org.codehaus.groovy
ArtifactId

ArtifactId

http-builder
Version

Version

0.2.2
Type

Type

jar

Download http-builder 0.2.2


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