p

pax-web-jetty

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