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