j

jetty-http2

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