<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-client</artifactId>
<version>2.0.34</version>
</dependency>
<parent> <groupId>io.dropwizard</groupId> <artifactId>dropwizard-parent</artifactId> <version>2.0.34</version> </parent>
compile
|-- io.dropwizard:dropwizard-configuration
|-- io.dropwizard:dropwizard-core
|-- io.dropwizard:dropwizard-jackson
|-- io.dropwizard:dropwizard-jersey
|-- io.dropwizard:dropwizard-lifecycle
|-- io.dropwizard:dropwizard-util
|-- io.dropwizard:dropwizard-validation
|-- io.dropwizard.metrics:metrics-core
|-- io.dropwizard.metrics:metrics-healthchecks
|-- com.fasterxml.jackson.core:jackson-annotations
|-- com.fasterxml.jackson.core:jackson-databind
|-- com.google.code.findbugs:jsr305
|-- jakarta.validation:jakarta.validation-api
|-- jakarta.ws.rs:jakarta.ws.rs-api
|-- org.eclipse.jetty:jetty-util
|-- org.glassfish.jersey.core:jersey-client
|-- org.glassfish.jersey.core:jersey-common
|-- org.apache.httpcomponents:httpclient
|-- org.apache.httpcomponents:httpcore
|-- io.dropwizard.metrics:metrics-httpclient
|-- org.glassfish.jersey.connectors:jersey-apache-connector
test
|-- org.junit.jupiter:junit-jupiter
|-- org.junit.jupiter:junit-jupiter-api
|-- org.glassfish.jersey.ext.rx:jersey-rx-client-rxjava2