is not current version
Last Version 8.0.4

org.ops4j.pax:web 7.3.13

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

GroupId

GroupId

org.ops4j.pax
ArtifactId

ArtifactId

web
Version

Version

7.3.13
Type

Type

pom

Download web 7.3.13

Filename Size
web-7.3.13.pom 45 KB
Browse

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