h

http2-parent

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