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