<dependency> <groupId>org.ops4j.pax.web</groupId> <artifactId>pax-web-api</artifactId> <version>3.2.4</version> <type>bundle</type> </dependency>
implementation 'org.ops4j.pax.web:pax-web-api:3.2.4'
implementation("org.ops4j.pax.web:pax-web-api:3.2.4")
libraryDependencies += "org.ops4j.pax.web" % "pax-web-api" % "3.2.4"
@Grapes( @Grab(group='org.ops4j.pax.web', module='pax-web-api', version='3.2.4') )
<dependency org="org.ops4j.pax.web" name="pax-web-api" rev="3.2.4" />
[org.ops4j.pax.web/pax-web-api "3.2.4"]
'org.ops4j.pax.web:pax-web-api:jar:3.2.4'
<parent> <groupId>org.ops4j.pax</groupId> <artifactId>web</artifactId> <version>3.2.4</version> </parent>
provided
|-- org.osgi:org.osgi.core
|-- org.osgi:org.osgi.compendium
|-- ${servlet.spec.groupId}:${servlet.spec.artifactId}
|-- org.slf4j:slf4j-api