Download dropwizard-spdy-0.7.1.jar file

Introduction

You can download dropwizard-spdy-0.7.1.jar in this page.

License

Apache Open Source

Type List

dropwizard-spdy-0.7.1.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/io.dropwizard/dropwizard-spdy/pom.properties
META-INF/maven/io.dropwizard/dropwizard-spdy/pom.xml
META-INF/services/io.dropwizard.jackson.Discoverable
META-INF/services/io.dropwizard.jetty.ConnectorFactory
META-INF/services/io.dropwizard.spdy.PushStrategyFactory
io.dropwizard.spdy.NonePushStrategyFactory.class
io.dropwizard.spdy.PushStrategyFactory.class
io.dropwizard.spdy.ReferrerPushStrategyFactory.class
io.dropwizard.spdy.Spdy3ConnectorFactory.class

Pom

dropwizard-spdy-0.7.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.7.1</version>
    </parent>

    <artifactId>dropwizard-spdy</artifactId>
    <name>Dropwizard SPDY Support</name>

    <dependencies>
        <dependency>
            <groupId>io.dropwizard</groupId>
            <artifactId>dropwizard-jetty</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>org.eclipse.jetty.spdy</groupId>
            <artifactId>spdy-http-server</artifactId>
            <version>${jetty.version}</version>
        </dependency>
        <!-- this needs to be on your JVM's bootpath for SPDY to work -->
        <!-- -Xbootclasspath/p:/blah/npn-boot-1.1.6.v20130911.jar -->
        <dependency>
            <groupId>org.mortbay.jetty.npn</groupId>
            <artifactId>npn-boot</artifactId>
            <version>1.1.6.v20130911</version>
            <scope>provided</scope>
        </dependency>
    </dependencies>
</project>

POM Entry

<dependency>
   <groupId>io.dropwizard</groupId>
   <artifactId>dropwizard-spdy</artifactId>
   <version>0.7.1</version>
</dependency>

Download

If you think the following dropwizard-spdy-0.7.1.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download dropwizard-spdy-0.7.1.jar file




PreviousNext

Related