h

http-builder

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.
http://groovy.codehaus.org/modules/http-builder/
The Apache Software License, Version 2.0
Tom Nichols
Files download
File Operation
http-builder-0.7.1.jar download
http-builder-0.7.1.pom download
http-builder-0.7.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.codehaus.groovy.modules.http-builder</groupId>
  <artifactId>http-builder</artifactId>
  <version>0.7.1</version>
</dependency>
Gradle Groovy
implementation 'org.codehaus.groovy.modules.http-builder:http-builder:0.7.1'
Gradle Kotlin
implementation("org.codehaus.groovy.modules.http-builder:http-builder:0.7.1")
Scala SBT
libraryDependencies += "org.codehaus.groovy.modules.http-builder" % "http-builder" % "0.7.1"
Groovy Grape
@Grapes(
  @Grab(group='org.codehaus.groovy.modules.http-builder', module='http-builder', version='0.7.1')
)
Apache Ivy
<dependency org="org.codehaus.groovy.modules.http-builder" name="http-builder" rev="0.7.1" />
Leiningen
[org.codehaus.groovy.modules.http-builder/http-builder "0.7.1"]
Apache Buildr
'org.codehaus.groovy.modules.http-builder:http-builder:jar:0.7.1'