License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.exp-blog |
ArtifactId | ArtifactIdcommons-httpclient |
Last Version | Last Version3.2-alpha |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncommons-httpclient
The HttpClient component supports the client-side of RFC 1945 (HTTP/1.0) and RFC 2616 (HTTP/1.1) , several related specifications (RFC 2109 (Cookies) , RFC 2617 (HTTP Authentication) , etc.), and provides a framework by which new request types (methods) or HTTP extensions can be created easily.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.exp-blog/commons-httpclient/ -->
<dependency>
<groupId>com.exp-blog</groupId>
<artifactId>commons-httpclient</artifactId>
<version>3.2-alpha</version>
</dependency>
// https://jarcasting.com/artifacts/com.exp-blog/commons-httpclient/
implementation 'com.exp-blog:commons-httpclient:3.2-alpha'
// https://jarcasting.com/artifacts/com.exp-blog/commons-httpclient/
implementation ("com.exp-blog:commons-httpclient:3.2-alpha")
'com.exp-blog:commons-httpclient:jar:3.2-alpha'
<dependency org="com.exp-blog" name="commons-httpclient" rev="3.2-alpha">
<artifact name="commons-httpclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.exp-blog', module='commons-httpclient', version='3.2-alpha')
)
libraryDependencies += "com.exp-blog" % "commons-httpclient" % "3.2-alpha"
[com.exp-blog/commons-httpclient "3.2-alpha"]
Group / Artifact | Type | Version |
---|---|---|
commons-logging : commons-logging | jar | 1.0.4 |
commons-codec : commons-codec | jar | 1.2 |
commons-cli : commons-cli | jar | 1.2 |