is not current version
Last Version 8.0.4

org.ops4j.pax:web 1.1.16

Pax Web - OPS4J implementation of osgi http service using jetty 7. Detailed information to be found at http://wiki.ops4j.org/confluence/x/AYAz.

GroupId

GroupId

org.ops4j.pax
ArtifactId

ArtifactId

web
Version

Version

1.1.16
Type

Type

pom

Download web 1.1.16

Filename Size
web-1.1.16.pom 11 KB
Browse

<!-- https://jarcasting.com/artifacts/org.ops4j.pax/web/ -->
<dependency>
    <groupId>org.ops4j.pax</groupId>
    <artifactId>web</artifactId>
    <version>1.1.16</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j.pax/web/
implementation 'org.ops4j.pax:web:1.1.16'
// https://jarcasting.com/artifacts/org.ops4j.pax/web/
implementation ("org.ops4j.pax:web:1.1.16")
'org.ops4j.pax:web:pom:1.1.16'
<dependency org="org.ops4j.pax" name="web" rev="1.1.16">
  <artifact name="web" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ops4j.pax', module='web', version='1.1.16')
)
libraryDependencies += "org.ops4j.pax" % "web" % "1.1.16"
[org.ops4j.pax/web "1.1.16"]