<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-client</artifactId>
<version>5.0.0-alpha.4</version>
</dependency>
@Grapes(
@Grab(group='io.dropwizard', module='dropwizard-client', version='5.0.0-alpha.4')
)
<parent> <groupId>io.dropwizard</groupId> <artifactId>dropwizard-parent</artifactId> <version>5.0.0-alpha.4</version> </parent>
compile
|-- io.dropwizard:dropwizard-core
|-- io.dropwizard:dropwizard-jersey
|-- io.dropwizard:dropwizard-lifecycle
|-- io.dropwizard:dropwizard-util
|-- io.dropwizard:dropwizard-validation
|-- io.dropwizard.metrics:metrics-core
|-- com.fasterxml.jackson.core:jackson-annotations
|-- com.fasterxml.jackson.core:jackson-databind
|-- org.checkerframework:checker-qual
|-- jakarta.validation:jakarta.validation-api
|-- jakarta.ws.rs:jakarta.ws.rs-api
|-- org.glassfish.jersey.core:jersey-client
|-- org.glassfish.jersey.core:jersey-common
|-- org.apache.httpcomponents.client5:httpclient5
|-- org.apache.httpcomponents.core5:httpcore5
|-- io.dropwizard.metrics:metrics-httpclient5
provided
|-- org.eclipse.jetty:jetty-util
test
|-- org.junit.jupiter:junit-jupiter
|-- org.junit.jupiter:junit-jupiter-api
|-- org.glassfish.jersey.ext.rx:jersey-rx-client-rxjava2
|-- io.dropwizard:dropwizard-testing
|-- org.bouncycastle:bcprov-jdk18on
|-- io.dropwizard:dropwizard-jackson