<dependency> <groupId>io.dropwizard</groupId> <artifactId>dropwizard-spdy</artifactId> <version>0.8.2</version> </dependency>
implementation 'io.dropwizard:dropwizard-spdy:0.8.2'
implementation("io.dropwizard:dropwizard-spdy:0.8.2")
libraryDependencies += "io.dropwizard" % "dropwizard-spdy" % "0.8.2"
@Grapes( @Grab(group='io.dropwizard', module='dropwizard-spdy', version='0.8.2') )
<dependency org="io.dropwizard" name="dropwizard-spdy" rev="0.8.2" />
[io.dropwizard/dropwizard-spdy "0.8.2"]
'io.dropwizard:dropwizard-spdy:jar:0.8.2'
<parent> <groupId>io.dropwizard</groupId> <artifactId>dropwizard-parent</artifactId> <version>0.8.2</version> </parent>
compile
|-- io.dropwizard:dropwizard-jetty
|-- org.eclipse.jetty.spdy:spdy-http-server
|-- org.eclipse.jetty:jetty-alpn-server
provided
|-- org.mortbay.jetty.alpn:alpn-boot:7.1.2.v20141202