p

pax-web-features

Pax Web module creating a features xml file to deploy Pax Web components as features in Apache Karaf. To use this feature enter the following in your Karaf shell - feature:install mvn:org.ops4j.pax.web/features/${project.version}/xml/features
文件下载
文件名 操作
pax-web-features-8.0.17.pom 下载
Apache Maven
<dependency>
  <groupId>org.ops4j.pax.web</groupId>
  <artifactId>pax-web-features</artifactId>
  <version>8.0.17</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.ops4j.pax.web:pax-web-features:8.0.17'
Gradle Kotlin
implementation("org.ops4j.pax.web:pax-web-features:8.0.17")
Scala SBT
libraryDependencies += "org.ops4j.pax.web" % "pax-web-features" % "8.0.17"
Groovy Grape
@Grapes(
  @Grab(group='org.ops4j.pax.web', module='pax-web-features', version='8.0.17')
)
Apache Ivy
<dependency org="org.ops4j.pax.web" name="pax-web-features" rev="8.0.17" />
Leiningen
[org.ops4j.pax.web/pax-web-features "8.0.17"]
Apache Buildr
'org.ops4j.pax.web:pax-web-features:jar:8.0.17'