You can download dropwizard-client-0.7.0.jar in this page.
Apache Open Source
dropwizard-client-0.7.0.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/io.dropwizard/dropwizard-client/pom.properties META-INF/maven/io.dropwizard/dropwizard-client/pom.xml io.dropwizard.client.HttpClientBuilder.class io.dropwizard.client.HttpClientConfiguration.class io.dropwizard.client.JerseyClientBuilder.class io.dropwizard.client.JerseyClientConfiguration.class
dropwizard-client-0.7.0.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>io.dropwizard</groupId> <artifactId>dropwizard-parent</artifactId> <version>0.7.0</version> </parent> <artifactId>dropwizard-client</artifactId> <name>Dropwizard HTTP Client</name> <dependencies> <dependency> <groupId>io.dropwizard</groupId> <artifactId>dropwizard-core</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>com.sun.jersey</groupId> <artifactId>jersey-client</artifactId> <version>${jersey.version}</version> </dependency> <dependency> <groupId>com.sun.jersey.contribs</groupId> <artifactId>jersey-apache-client4</artifactId> <version>${jersey.version}</version> <exclusions> <exclusion> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> <version>4.3.2</version> </dependency> <dependency> <groupId>com.codahale.metrics</groupId> <artifactId>metrics-httpclient</artifactId> <version>${metrics3.version}</version> <exclusions> <exclusion> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> </exclusion> <exclusion> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </exclusion> </exclusions> </dependency> </dependencies> </project>
<dependency> <groupId>io.dropwizard</groupId> <artifactId>dropwizard-client</artifactId> <version>0.7.0</version> </dependency>
If you think the following dropwizard-client-0.7.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download dropwizard-client-0.7.0.jar file