Registry / http-client / dropwizard-client

dropwizard-client

JSON →
library5.0.1javamavenunverified

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>
INSTALL
IMPORT
SIG · DROPWIZARD-CLIENT
D
dropwizard-client
http-clientjavav5.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

JerseyClientBuilder
✓ io.dropwizard.client.JerseyClientBuilder

Minimal example creating a JerseyClientBuilder in a Dropwizard environment.

import io.dropwizard.client.JerseyClientBuilder; import io.dropwizard.setup.Environment; public class Example { public static void main(String[] args) { Environment env = new Environment("test"); JerseyClientBuilder builder = new JerseyClientBuilder(env); System.out.println("Client builder created"); } }
Debug
Known issues
gotchaDropwizard client requires a configured Environment; ensure you have a proper Dropwizard application setup.
fix
Use the Dropwizard Application class to bootstrap the environment before creating clients.
affects: all
Upgrade
Version history
5.0.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
18
OpenAI (training)
1
Resources
dropwizard-client — mvn dependency:get dropwizard-client · libregistry