License |
License |
---|---|
Categories |
CategoriesContainer Native Development Tools |
GroupId | GroupIdorg.ops4j.pax.exam |
ArtifactId | ArtifactIdpax-exam-container-native |
Last Version | Last Version4.13.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionOPS4J Pax Exam TestContainer Native
Leverages the OSGi R4.2 Launch API so it just works with newer osgi implementations.
|
Project Organization |
Project Organization |
<!-- 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.13.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j.pax.exam/pax-exam-container-native/
implementation 'org.ops4j.pax.exam:pax-exam-container-native:4.13.5'
// https://jarcasting.com/artifacts/org.ops4j.pax.exam/pax-exam-container-native/
implementation ("org.ops4j.pax.exam:pax-exam-container-native:4.13.5")
'org.ops4j.pax.exam:pax-exam-container-native:jar:4.13.5'
<dependency org="org.ops4j.pax.exam" name="pax-exam-container-native" rev="4.13.5">
<artifact name="pax-exam-container-native" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ops4j.pax.exam', module='pax-exam-container-native', version='4.13.5')
)
libraryDependencies += "org.ops4j.pax.exam" % "pax-exam-container-native" % "4.13.5"
[org.ops4j.pax.exam/pax-exam-container-native "4.13.5"]
Group / Artifact | Type | Version |
---|---|---|
org.ops4j.pax.exam : pax-exam | jar | 4.13.5 |
org.ops4j.pax.exam : pax-exam-spi | jar | 4.13.5 |
org.ops4j.pax.swissbox : pax-swissbox-core | jar | 1.8.4 |
org.ops4j.pax.swissbox : pax-swissbox-tracker | jar | 1.8.4 |
org.ops4j.base : ops4j-base-lang | jar | 1.5.1 |
org.ops4j.base : ops4j-base-net | jar | 1.5.1 |
org.ops4j.pax.url : pax-url-link | jar | 2.6.8 |
org.ops4j.pax.url : pax-url-classpath | jar | 2.6.8 |
Group / Artifact | Type | Version |
---|---|---|
org.osgi : org.osgi.core | jar | 4.3.1 |
org.osgi : org.osgi.compendium | jar | 4.3.1 |
org.kohsuke.metainf-services : metainf-services | jar | 1.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-all | jar | 1.9.5 |
org.slf4j : slf4j-simple | jar | 1.7.25 |