Files download
File Operation
dropwizard-http2-3.0.2.jar download
dropwizard-http2-3.0.2.pom download
dropwizard-http2-3.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.dropwizard</groupId>
  <artifactId>dropwizard-http2</artifactId>
  <version>3.0.2</version>
</dependency>
Gradle Groovy
implementation 'io.dropwizard:dropwizard-http2:3.0.2'
Gradle Kotlin
implementation("io.dropwizard:dropwizard-http2:3.0.2")
Scala SBT
libraryDependencies += "io.dropwizard" % "dropwizard-http2" % "3.0.2"
Groovy Grape
@Grapes(
  @Grab(group='io.dropwizard', module='dropwizard-http2', version='3.0.2')
)
Apache Ivy
<dependency org="io.dropwizard" name="dropwizard-http2" rev="3.0.2" />
Leiningen
[io.dropwizard/dropwizard-http2 "3.0.2"]
Apache Buildr
'io.dropwizard:dropwizard-http2:jar:3.0.2'