License |
License |
---|---|
GroupId | GroupIdorg.ops4j.pax.exam |
ArtifactId | ArtifactIdpax-exam-features |
Last Version | Last Version4.13.5 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionOPS4J Pax Exam Karaf features
Pax Exam Integration testing framework for Modern Java Platforms.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
pax-exam-features-4.13.5.pom | |
pax-exam-features-4.13.5.xml | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ops4j.pax.exam/pax-exam-features/ -->
<dependency>
<groupId>org.ops4j.pax.exam</groupId>
<artifactId>pax-exam-features</artifactId>
<version>4.13.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j.pax.exam/pax-exam-features/
implementation 'org.ops4j.pax.exam:pax-exam-features:4.13.5'
// https://jarcasting.com/artifacts/org.ops4j.pax.exam/pax-exam-features/
implementation ("org.ops4j.pax.exam:pax-exam-features:4.13.5")
'org.ops4j.pax.exam:pax-exam-features:pom:4.13.5'
<dependency org="org.ops4j.pax.exam" name="pax-exam-features" rev="4.13.5">
<artifact name="pax-exam-features" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ops4j.pax.exam', module='pax-exam-features', version='4.13.5')
)
libraryDependencies += "org.ops4j.pax.exam" % "pax-exam-features" % "4.13.5"
[org.ops4j.pax.exam/pax-exam-features "4.13.5"]