j

jetty-http

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