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