License |
License |
---|---|
Categories |
CategoriesGroovy Languages |
GroupId | GroupIdorg.codehaus.groovy |
ArtifactId | ArtifactIdhttp-builder |
Last Version | Last Version0.4.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHTTP client builder DSL for Groovy
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.
|
Filename | Size |
---|---|
http-builder-0.4.1.pom | |
http-builder-0.4.1.jar | 36 KB |
http-builder-0.4.1-all.zip | 7 MB |
http-builder-0.4.1-all.tar.gz | 6 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.groovy/http-builder/ -->
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>http-builder</artifactId>
<version>0.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.groovy/http-builder/
implementation 'org.codehaus.groovy:http-builder:0.4.1'
// https://jarcasting.com/artifacts/org.codehaus.groovy/http-builder/
implementation ("org.codehaus.groovy:http-builder:0.4.1")
'org.codehaus.groovy:http-builder:jar:0.4.1'
<dependency org="org.codehaus.groovy" name="http-builder" rev="0.4.1">
<artifact name="http-builder" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.groovy', module='http-builder', version='0.4.1')
)
libraryDependencies += "org.codehaus.groovy" % "http-builder" % "0.4.1"
[org.codehaus.groovy/http-builder "0.4.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.httpcomponents : httpclient | jar | 4.0-beta2 |
net.sf.json-lib : json-lib | jar | 2.2.2 |
org.codehaus.groovy : groovy | jar | 1.5.7 |
net.sourceforge.nekohtml : nekohtml | jar | 1.9.9 |
Group / Artifact | Type | Version |
---|---|---|
org.simpleframework : simple | jar | 4.0.6 |
log4j : log4j | jar | 1.2.15 |
junit : junit | jar | 4.5 |