w

web

Pax Web - OPS4J implementation of osgi http service using jetty 7. Detailed information to be found at http://wiki.ops4j.org/confluence/x/AYAz.
http://www.ops4j.org/projects/pax/web/
Niclas Hedhman Alin Dreghiciu Achim Nierbeck
Files download
File Operation
web-2.1.0.pom download
Apache Maven
<dependency>
  <groupId>org.ops4j.pax</groupId>
  <artifactId>web</artifactId>
  <version>2.1.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.ops4j.pax:web:2.1.0'
Gradle Kotlin
implementation("org.ops4j.pax:web:2.1.0")
Scala SBT
libraryDependencies += "org.ops4j.pax" % "web" % "2.1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.ops4j.pax', module='web', version='2.1.0')
)
Apache Ivy
<dependency org="org.ops4j.pax" name="web" rev="2.1.0" />
Leiningen
[org.ops4j.pax/web "2.1.0"]
Apache Buildr
'org.ops4j.pax:web:jar:2.1.0'