j

jetty-http-spi

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