is not current version
Last Version 1.9.0

org.ops4j.pax.runner:pax-runner-commons 1.8.3

Pax Runner - Common utilities shared between modules. The jar is not required to be deployed alongside the artifacts that uses parts of it. The used parts are embeded into the artifact via maven depenency plugin + maven bundle plugin. See details at http://wiki.ops4j.org/confluence/x/A4A6.

GroupId

GroupId

org.ops4j.pax.runner
ArtifactId

ArtifactId

pax-runner-commons
Version

Version

1.8.3
Type

Type

jar

Download pax-runner-commons 1.8.3


<!-- https://jarcasting.com/artifacts/org.ops4j.pax.runner/pax-runner-commons/ -->
<dependency>
    <groupId>org.ops4j.pax.runner</groupId>
    <artifactId>pax-runner-commons</artifactId>
    <version>1.8.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j.pax.runner/pax-runner-commons/
implementation 'org.ops4j.pax.runner:pax-runner-commons:1.8.3'
// https://jarcasting.com/artifacts/org.ops4j.pax.runner/pax-runner-commons/
implementation ("org.ops4j.pax.runner:pax-runner-commons:1.8.3")
'org.ops4j.pax.runner:pax-runner-commons:jar:1.8.3'
<dependency org="org.ops4j.pax.runner" name="pax-runner-commons" rev="1.8.3">
  <artifact name="pax-runner-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ops4j.pax.runner', module='pax-runner-commons', version='1.8.3')
)
libraryDependencies += "org.ops4j.pax.runner" % "pax-runner-commons" % "1.8.3"
[org.ops4j.pax.runner/pax-runner-commons "1.8.3"]