Download dropwizard-client-0.9.1.jar file

Introduction

You can download dropwizard-client-0.9.1.jar in this page.

License

Apache Open Source

Type List

dropwizard-client-0.9.1.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.ConfiguredCloseableHttpClient.class
io.dropwizard.client.DropwizardApacheConnector.class
io.dropwizard.client.DropwizardExecutorProvider.class
io.dropwizard.client.DropwizardSSLConnectionSocketFactory.class
io.dropwizard.client.HttpClientBuilder.class
io.dropwizard.client.HttpClientConfiguration.class
io.dropwizard.client.JerseyClientBuilder.class
io.dropwizard.client.JerseyClientConfiguration.class
io.dropwizard.client.JerseyIgnoreRequestUserAgentHeaderFilter.class
io.dropwizard.client.proxy.AuthConfiguration.class
io.dropwizard.client.proxy.NonProxyListProxyRoutePlanner.class
io.dropwizard.client.proxy.ProxyConfiguration.class
io.dropwizard.client.ssl.TlsConfiguration.class

Pom

dropwizard-client-0.9.1.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.9.1</version>
    </parent>

    <artifactId>dropwizard-client</artifactId>
    <name>Dropwizard HTTP Client</name>

    <dependencyManagement>
        <dependencies>
            <dependency>
                <groupId>io.dropwizard</groupId>
                <artifactId>dropwizard-bom</artifactId>
                <version>${project.version}</version>
                <type>pom</type>
                <scope>import</scope>
            </dependency>
        </dependencies>
    </dependencyManagement>

    <dependencies>
        <dependency>
            <groupId>io.dropwizard</groupId>
            <artifactId>dropwizard-core</artifactId>
        </dependency>
        <dependency>
            <groupId>org.glassfish.jersey.core</groupId>
            <artifactId>jersey-client</artifactId>
        </dependency>
        <dependency>
            <groupId>org.apache.httpcomponents</groupId>
            <artifactId>httpclient</artifactId>
        </dependency>
        <dependency>
            <groupId>io.dropwizard.metrics</groupId>
            <artifactId>metrics-httpclient</artifactId>
        </dependency>
        <dependency>
            <groupId>org.glassfish.jersey.connectors</groupId>
            <artifactId>jersey-apache-connector</artifactId>
        </dependency>
        <dependency>
            <groupId>io.dropwizard</groupId>
            <artifactId>dropwizard-testing</artifactId>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>

POM Entry

<dependency>
   <groupId>io.dropwizard</groupId>
   <artifactId>dropwizard-client</artifactId>
   <version>0.9.1</version>
</dependency>

Download

If you think the following dropwizard-client-0.9.1.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.9.1.jar file




PreviousNext

Related