is not current version
Last Version 0.7.1

org.codehaus.groovy.modules.http-builder:http-builder 0.5.0-RC1

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.5.0-RC1
Type

Type

jar

Download http-builder 0.5.0-RC1


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