is not current version
Last Version 4.13.5

org.ops4j.pax.exam:pax-exam-container-native 4.9.1

Leverages the OSGi R4.2 Launch API so it just works with newer osgi implementations.

Categories

Categories

Container Native Development Tools
GroupId

GroupId

org.ops4j.pax.exam
ArtifactId

ArtifactId

pax-exam-container-native
Version

Version

4.9.1
Type

Type

jar

Download pax-exam-container-native 4.9.1


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