Files download
File Operation
web-8.0.29.pom download
Apache Maven
<dependency>
  <groupId>org.ops4j.pax</groupId>
  <artifactId>web</artifactId>
  <version>8.0.29</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.ops4j.pax:web:8.0.29'
Gradle Kotlin
implementation("org.ops4j.pax:web:8.0.29")
Scala SBT
libraryDependencies += "org.ops4j.pax" % "web" % "8.0.29"
Groovy Grape
@Grapes(
  @Grab(group='org.ops4j.pax', module='web', version='8.0.29')
)
Apache Ivy
<dependency org="org.ops4j.pax" name="web" rev="8.0.29" />
Leiningen
[org.ops4j.pax/web "8.0.29"]
Apache Buildr
'org.ops4j.pax:web:jar:8.0.29'