r

runner

OPS4J Pax Runner - Easiest way to run your bundles. See details at http://team.ops4j.org/wiki/display/paxrunner/.
http://team.ops4j.org/wiki/display/paxrunner/
Niclas Hedhman Alin Dreghiciu Toni Menzel Dmytro Pishchukhin
Files download
File Operation
runner-1.8.5.pom download
Apache Maven
<dependency>
  <groupId>org.ops4j.pax</groupId>
  <artifactId>runner</artifactId>
  <version>1.8.5</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.ops4j.pax:runner:1.8.5'
Gradle Kotlin
implementation("org.ops4j.pax:runner:1.8.5")
Scala SBT
libraryDependencies += "org.ops4j.pax" % "runner" % "1.8.5"
Groovy Grape
@Grapes(
  @Grab(group='org.ops4j.pax', module='runner', version='1.8.5')
)
Apache Ivy
<dependency org="org.ops4j.pax" name="runner" rev="1.8.5" />
Leiningen
[org.ops4j.pax/runner "1.8.5"]
Apache Buildr
'org.ops4j.pax:runner:jar:1.8.5'