j

jetty-http

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