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

compile

|-- org.eclipse.jetty:jetty-util

|-- org.eclipse.jetty:jetty-io

|-- org.eclipse.jetty:jetty-http

|-- org.eclipse.jetty:jetty-security

|-- org.eclipse.jetty:jetty-jaas

|-- org.eclipse.jetty:jetty-server

|-- org.eclipse.jetty:jetty-servlet

|-- org.eclipse.jetty:jetty-xml

|-- org.eclipse.jetty:jetty-plus

|-- org.eclipse.jetty:jetty-jmx

provided

|-- org.ops4j.pax.web:pax-web-api

|-- org.ops4j.pax.web:pax-web-spi

|-- org.ops4j.pax.web:pax-web-runtime

|-- org.ops4j.base:ops4j-base-lang

|-- org.ops4j.base:ops4j-base-util-xml

|-- org.osgi:osgi.core

|-- org.osgi:osgi.cmpn

|-- jakarta.servlet:jakarta.servlet-api

|-- jakarta.websocket:jakarta.websocket-api

|-- org.eclipse.jetty.http2:http2-server

|-- org.eclipse.jetty.http2:http2-http-client-transport

|-- org.eclipse.jetty:jetty-alpn-server

|-- org.eclipse.jetty:jetty-alpn-java-server

|-- org.eclipse.jetty.websocket:websocket-jetty-api

|-- org.eclipse.jetty.websocket:websocket-core-client

|-- org.eclipse.jetty.websocket:websocket-core-common

|-- org.eclipse.jetty.websocket:websocket-core-server

|-- org.eclipse.jetty.websocket:websocket-servlet

|-- org.eclipse.jetty.websocket:websocket-javax-common

|-- org.eclipse.jetty.websocket:websocket-javax-client

|-- org.eclipse.jetty.websocket:websocket-javax-server

|-- org.slf4j:slf4j-api

test

|-- org.eclipse.jetty:jetty-webapp

|-- org.apache.logging.log4j:log4j-slf4j-impl

|-- commons-io:commons-io

|-- org.apache.httpcomponents.client5:httpclient5

|-- org.apache.httpcomponents.core5:httpcore5

|-- org.apache.httpcomponents.core5:httpcore5-h2

|-- junit:junit

|-- org.mockito:mockito-core