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