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