You can download dropwizard-spdy-0.8.0.jar in this page.
Apache Open Source
dropwizard-spdy-0.8.0.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
dropwizard-spdy-0.8.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.8.0</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> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-alpn-server</artifactId> <version>${jetty.version}</version> </dependency> <!-- This needs to be on your JVM's bootpath for SPDY to work with ALPN protocol -Xbootclasspath/p:/<path_to_alpn_boot_jar>/alpn-boot-7.1.2.v20141202.jar The correct version depends on the specific JVM version. Consult http://www.eclipse.org/jetty/documentation/current/alpn-chapter.html for the reference --> <dependency> <groupId>org.mortbay.jetty.alpn</groupId> <artifactId>alpn-boot</artifactId> <version>7.1.2.v20141202</version> <scope>provided</scope> </dependency> </dependencies> </project>
<dependency> <groupId>io.dropwizard</groupId> <artifactId>dropwizard-spdy</artifactId> <version>0.8.0</version> </dependency>
If you think the following dropwizard-spdy-0.8.0.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.8.0.jar file