p

pax-runner-scanner-features

OPS4J Pax Runner - Provision from ServiceMix Kernel features file.
Files download
File Operation
pax-runner-scanner-features-1.0.0.jar download
pax-runner-scanner-features-1.0.0.pom download
pax-runner-scanner-features-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.ops4j.pax.runner</groupId>
  <artifactId>pax-runner-scanner-features</artifactId>
  <version>1.0.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.ops4j.pax.runner:pax-runner-scanner-features:1.0.0'
Gradle Kotlin
implementation("org.ops4j.pax.runner:pax-runner-scanner-features:1.0.0")
Scala SBT
libraryDependencies += "org.ops4j.pax.runner" % "pax-runner-scanner-features" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.ops4j.pax.runner', module='pax-runner-scanner-features', version='1.0.0')
)
Apache Ivy
<dependency org="org.ops4j.pax.runner" name="pax-runner-scanner-features" rev="1.0.0" />
Leiningen
[org.ops4j.pax.runner/pax-runner-scanner-features "1.0.0"]
Apache Buildr
'org.ops4j.pax.runner:pax-runner-scanner-features:jar:1.0.0'