is not current version
Last Version 4.13.5

org.ops4j.pax.exam:pax-exam-container-native 3.0.0.M3

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

3.0.0.M3
Type

Type

jar

Download pax-exam-container-native 3.0.0.M3


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