Dropwizard is a Java framework for developing ops-friendly, high-performance, RESTful web applications; this module provides HTTP client support.
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-client</artifactId>
<version>5.0.1</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal example creating a JerseyClientBuilder in a Dropwizard environment.
Use the Dropwizard Application class to bootstrap the environment before creating clients.
No dependency data recorded yet.