p

pax-cdi-features

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