p

pax-web-spi

Pax Web is a OSGi Http Service based on Jetty 6. Detailed information to be found at http://wiki.ops4j.org/confluence/x/AYAz.
Files download
File Operation
pax-web-spi-7.4.6.jar download
pax-web-spi-7.4.6.pom download
pax-web-spi-7.4.6-sources.jar download
Apache Maven
<dependency>
  <groupId>org.ops4j.pax.web</groupId>
  <artifactId>pax-web-spi</artifactId>
  <version>7.4.6</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.ops4j.pax.web:pax-web-spi:7.4.6'
Gradle Kotlin
implementation("org.ops4j.pax.web:pax-web-spi:7.4.6")
Scala SBT
libraryDependencies += "org.ops4j.pax.web" % "pax-web-spi" % "7.4.6"
Groovy Grape
@Grapes(
  @Grab(group='org.ops4j.pax.web', module='pax-web-spi', version='7.4.6')
)
Apache Ivy
<dependency org="org.ops4j.pax.web" name="pax-web-spi" rev="7.4.6" />
Leiningen
[org.ops4j.pax.web/pax-web-spi "7.4.6"]
Apache Buildr
'org.ops4j.pax.web:pax-web-spi:jar:7.4.6'