is not current version
Last Version 0.7.1

org.codehaus.groovy.modules.http-builder:http-builder 0.6

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.

Categories

Categories

Groovy Languages
GroupId

GroupId

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

ArtifactId

http-builder
Version

Version

0.6
Type

Type

jar

Download http-builder 0.6


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