文件下载
文件名 操作
dropwizard-http2-4.0.4.jar 下载
dropwizard-http2-4.0.4.pom 下载
dropwizard-http2-4.0.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.dropwizard</groupId>
  <artifactId>dropwizard-http2</artifactId>
  <version>4.0.4</version>
</dependency>
Gradle Groovy
implementation 'io.dropwizard:dropwizard-http2:4.0.4'
Gradle Kotlin
implementation("io.dropwizard:dropwizard-http2:4.0.4")
Scala SBT
libraryDependencies += "io.dropwizard" % "dropwizard-http2" % "4.0.4"
Groovy Grape
@Grapes(
  @Grab(group='io.dropwizard', module='dropwizard-http2', version='4.0.4')
)
Apache Ivy
<dependency org="io.dropwizard" name="dropwizard-http2" rev="4.0.4" />
Leiningen
[io.dropwizard/dropwizard-http2 "4.0.4"]
Apache Buildr
'io.dropwizard:dropwizard-http2:jar:4.0.4'