is not current version
Last Version 8.0.4

org.ops4j.pax:web 3.2.7

Pax Web - OPS4J implementation of OSGi HTTP service using Jetty 8. Detailed information to be found at http://team.ops4j.org/wiki/display/paxweb/.

GroupId

GroupId

org.ops4j.pax
ArtifactId

ArtifactId

web
Version

Version

3.2.7
Type

Type

pom

Download web 3.2.7

Filename Size
web-3.2.7.pom 25 KB
Browse

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