h

http2-common

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