is not current version
Last Version 4.13.5

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

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

2.4.0
Type

Type

jar

Download pax-exam-container-native 2.4.0


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