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