j

jetty-http

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