Jersey extension that integrates Apache HttpClient 4.x as the underlying HTTP client for RESTful web service communication.
<dependency>
<groupId>com.sun.jersey.contribs</groupId>
<artifactId>jersey-apache-client4</artifactId>
<version>1.19.4</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates an Apache HttpClient 4-based Jersey client and performs a GET request.
For Jersey 2.x, use org.glassfish.jersey.core:jersey-client with ApacheConnectorProvider.
No dependency data recorded yet.