p

pax-web-api

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