License |
License |
---|---|
GroupId | GroupIdorg.ops4j.pax.exam |
ArtifactId | ArtifactIdpax-exam-cm |
Last Version | Last Version4.13.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionOPS4J Pax Exam Configuration Admin Options
Pax Exam Integration testing framework for Modern Java Platforms.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
pax-exam-cm-4.13.5.pom | |
pax-exam-cm-4.13.5.jar | 17 KB |
pax-exam-cm-4.13.5-sources.jar | 14 KB |
pax-exam-cm-4.13.5-javadoc.jar | 60 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ops4j.pax.exam/pax-exam-cm/ -->
<dependency>
<groupId>org.ops4j.pax.exam</groupId>
<artifactId>pax-exam-cm</artifactId>
<version>4.13.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j.pax.exam/pax-exam-cm/
implementation 'org.ops4j.pax.exam:pax-exam-cm:4.13.5'
// https://jarcasting.com/artifacts/org.ops4j.pax.exam/pax-exam-cm/
implementation ("org.ops4j.pax.exam:pax-exam-cm:4.13.5")
'org.ops4j.pax.exam:pax-exam-cm:jar:4.13.5'
<dependency org="org.ops4j.pax.exam" name="pax-exam-cm" rev="4.13.5">
<artifact name="pax-exam-cm" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ops4j.pax.exam', module='pax-exam-cm', version='4.13.5')
)
libraryDependencies += "org.ops4j.pax.exam" % "pax-exam-cm" % "4.13.5"
[org.ops4j.pax.exam/pax-exam-cm "4.13.5"]
Group / Artifact | Type | Version |
---|---|---|
org.ops4j.pax.exam : pax-exam | jar | 4.13.5 |
Group / Artifact | Type | Version |
---|---|---|
org.ops4j.pax.tinybundles : tinybundles | jar | 2.1.1 |
org.osgi : org.osgi.core | jar | 4.3.1 |
org.osgi : org.osgi.compendium | jar | 4.3.1 |