is not current version
Last Version 8.0.4

org.ops4j.pax:web 5.0.0.M1

OSGi Web Applications and Http Service and Java EE 7 integration

GroupId

GroupId

org.ops4j.pax
ArtifactId

ArtifactId

web
Version

Version

5.0.0.M1
Type

Type

pom

Download web 5.0.0.M1

Filename Size
web-5.0.0.M1.pom 14 KB
Browse

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