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
Files download
File Operation
pax-cdi-features-0.8.0.pom download
Apache Maven
<dependency>
  <groupId>org.ops4j.pax.cdi</groupId>
  <artifactId>pax-cdi-features</artifactId>
  <version>0.8.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.ops4j.pax.cdi:pax-cdi-features:0.8.0'
Gradle Kotlin
implementation("org.ops4j.pax.cdi:pax-cdi-features:0.8.0")
Scala SBT
libraryDependencies += "org.ops4j.pax.cdi" % "pax-cdi-features" % "0.8.0"
Groovy Grape
@Grapes(
  @Grab(group='org.ops4j.pax.cdi', module='pax-cdi-features', version='0.8.0')
)
Apache Ivy
<dependency org="org.ops4j.pax.cdi" name="pax-cdi-features" rev="0.8.0" />
Leiningen
[org.ops4j.pax.cdi/pax-cdi-features "0.8.0"]
Apache Buildr
'org.ops4j.pax.cdi:pax-cdi-features:jar:0.8.0'