is not current version
Last Version 8.0.4

org.ops4j.pax:web 4.3.3

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

4.3.3
Type

Type

pom

Download web 4.3.3

Filename Size
web-4.3.3.pom 27 KB
Browse

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