| License |
License |
|---|---|
| Categories |
CategoriesGroovy Languages |
| GroupId | GroupIdorg.codehaus.groovy.modules.http-builder |
| ArtifactId | ArtifactIdhttp-builder |
| Last Version | Last Version0.7.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionHTTP client framework for Groovy
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.
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| http-builder-0.7.1.pom | |
| http-builder-0.7.1.jar | 439 KB |
| http-builder-0.7.1-all.zip | 11 MB |
| http-builder-0.7.1-all.tar.gz | 11 MB |
| Browse |
<!-- 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.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.groovy.modules.http-builder/http-builder/
implementation 'org.codehaus.groovy.modules.http-builder:http-builder:0.7.1'
// https://jarcasting.com/artifacts/org.codehaus.groovy.modules.http-builder/http-builder/
implementation ("org.codehaus.groovy.modules.http-builder:http-builder:0.7.1")
'org.codehaus.groovy.modules.http-builder:http-builder:jar:0.7.1'
<dependency org="org.codehaus.groovy.modules.http-builder" name="http-builder" rev="0.7.1">
<artifact name="http-builder" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.groovy.modules.http-builder', module='http-builder', version='0.7.1')
)
libraryDependencies += "org.codehaus.groovy.modules.http-builder" % "http-builder" % "0.7.1"
[org.codehaus.groovy.modules.http-builder/http-builder "0.7.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.httpcomponents : httpclient | jar | 4.2.1 |
| net.sf.json-lib : json-lib | jar | 2.3 |
| net.sourceforge.nekohtml : nekohtml | jar | 1.9.16 |
| xml-resolver : xml-resolver | jar | 1.2 |
| oauth.signpost : signpost-commonshttp4 Optional | jar | 1.2.1.1 |
| oauth.signpost : signpost-core Optional | jar | 1.2.1.1 |
| com.google.appengine : appengine-api-1.0-sdk Optional | jar | 1.3.8 |
| xerces : xercesImpl Optional | jar | [2.6.2,) |
| Group / Artifact | Type | Version |
|---|---|---|
| org.codehaus.groovy : groovy | jar | 1.8.8 |
| Group / Artifact | Type | Version |
|---|---|---|
| log4j : log4j | jar | 1.2.15 |
| commons-io : commons-io | jar | 1.4 |
| junit : junit | jar | 4.5 |