Legacy HTTP client library supporting HTTP/1.0 and HTTP/1.1 protocols with cookie and authentication support.
<dependency>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
<version>3.0.1</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Execute a simple HTTP GET request using HttpClient and GetMethod.
Replace with org.apache.httpcomponents:httpclient (4.x) or org.apache.httpcomponents.client5:httpclient5 (5.x).
No dependency data recorded yet.