{"id":56769,"library":"dropwizard-client","title":"Dropwizard Client","description":"Dropwizard is a Java framework for developing ops-friendly, high-performance, RESTful web applications; this module provides HTTP client support.","status":"active","version":"5.0.1","language":"java","source_language":null,"source_url":"https://github.com/dropwizard/dropwizard","tags":["dropwizard","http-client","rest","jersey","framework"],"install":[{"cmd":"<dependency>\n  <groupId>io.dropwizard</groupId>\n  <artifactId>dropwizard-client</artifactId>\n  <version>5.0.1</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'io.dropwizard:dropwizard-client:5.0.1'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"JerseyClientBuilder","correct":"io.dropwizard.client.JerseyClientBuilder"}],"quickstart":{"code":"import io.dropwizard.client.JerseyClientBuilder;\nimport io.dropwizard.setup.Environment;\n\npublic class Example {\n    public static void main(String[] args) {\n        Environment env = new Environment(\"test\");\n        JerseyClientBuilder builder = new JerseyClientBuilder(env);\n        System.out.println(\"Client builder created\");\n    }\n}","lang":"java","description":"Minimal example creating a JerseyClientBuilder in a Dropwizard environment."},"warnings":[{"fix":"Use the Dropwizard Application class to bootstrap the environment before creating clients.","message":"Dropwizard client requires a configured Environment; ensure you have a proper Dropwizard application setup.","severity":"gotcha","affected_versions":"all"}],"env_vars":null,"search_vec":"'applic':18 'client':2,23,28 'develop':9 'dropwizard':1,3,25 'framework':7,31 'friend':12 'high':14 'high-perform':13 'http':22,27 'http-client':26 'java':6 'jersey':30 'modul':20 'op':11 'ops-friend':10 'perform':15 'provid':21 'rest':16,29 'support':24 'web':17","created_at":"2026-06-15T10:49:26.794498+00:00","updated_at":"2026-06-15T10:49:26.794498+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"http://www.dropwizard.io/5.0.1","github":"https://github.com/dropwizard/dropwizard","docs":"https://appdoc.app/artifact/io.dropwizard/dropwizard-client/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["http-client","web-framework"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}