<dependency> <groupId>org.ops4j.pax</groupId> <artifactId>web</artifactId> <version>9.0.16</version> <type>pom</type> </dependency>
implementation 'org.ops4j.pax:web:9.0.16'
implementation("org.ops4j.pax:web:9.0.16")
libraryDependencies += "org.ops4j.pax" % "web" % "9.0.16"
@Grapes( @Grab(group='org.ops4j.pax', module='web', version='9.0.16') )
<dependency org="org.ops4j.pax" name="web" rev="9.0.16" />
[org.ops4j.pax/web "9.0.16"]
'org.ops4j.pax:web:jar:9.0.16'
<parent> <groupId>org.ops4j</groupId> <artifactId>master</artifactId> <version>4.3.0</version> </parent>