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