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