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