is not current version
Last Version 8.0.4

org.ops4j.pax:web 3.1.4

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.1.4
Type

Type

pom

Download web 3.1.4

Filename Size
web-3.1.4.pom 23 KB
Browse

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