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