p

pax-exam-container-native

Leverages the OSGi R4.2 Launch API so it just works with newer osgi implementations.
Files download
File Operation
pax-exam-container-native-2.0.0-RC4.jar download
pax-exam-container-native-2.0.0-RC4.pom download
pax-exam-container-native-2.0.0-RC4-sources.jar download
Apache Maven
<dependency>
  <groupId>org.ops4j.pax.exam</groupId>
  <artifactId>pax-exam-container-native</artifactId>
  <version>2.0.0-RC4</version>
</dependency>
Gradle Groovy
implementation 'org.ops4j.pax.exam:pax-exam-container-native:2.0.0-RC4'
Gradle Kotlin
implementation("org.ops4j.pax.exam:pax-exam-container-native:2.0.0-RC4")
Scala SBT
libraryDependencies += "org.ops4j.pax.exam" % "pax-exam-container-native" % "2.0.0-RC4"
Groovy Grape
@Grapes(
  @Grab(group='org.ops4j.pax.exam', module='pax-exam-container-native', version='2.0.0-RC4')
)
Apache Ivy
<dependency org="org.ops4j.pax.exam" name="pax-exam-container-native" rev="2.0.0-RC4" />
Leiningen
[org.ops4j.pax.exam/pax-exam-container-native "2.0.0-RC4"]
Apache Buildr
'org.ops4j.pax.exam:pax-exam-container-native:jar:2.0.0-RC4'