p

pax-runner-platform-concierge

OPS4J Pax Runner - Concierge Platform Builder. Creates knopflerfish specific artifacts. See details at http://wiki.ops4j.org/confluence/x/HoA6.
Files download
File Operation
pax-runner-platform-concierge-1.9.0.jar download
pax-runner-platform-concierge-1.9.0.pom download
pax-runner-platform-concierge-1.9.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.ops4j.pax.runner</groupId>
  <artifactId>pax-runner-platform-concierge</artifactId>
  <version>1.9.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.ops4j.pax.runner:pax-runner-platform-concierge:1.9.0'
Gradle Kotlin
implementation("org.ops4j.pax.runner:pax-runner-platform-concierge:1.9.0")
Scala SBT
libraryDependencies += "org.ops4j.pax.runner" % "pax-runner-platform-concierge" % "1.9.0"
Groovy Grape
@Grapes(
  @Grab(group='org.ops4j.pax.runner', module='pax-runner-platform-concierge', version='1.9.0')
)
Apache Ivy
<dependency org="org.ops4j.pax.runner" name="pax-runner-platform-concierge" rev="1.9.0" />
Leiningen
[org.ops4j.pax.runner/pax-runner-platform-concierge "1.9.0"]
Apache Buildr
'org.ops4j.pax.runner:pax-runner-platform-concierge:jar:1.9.0'