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