j

jetty-http2

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