h

http2-parent

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