http-builder

http-builder

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