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