License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdorg.ops4j.pax.exam |
ArtifactId | ArtifactIdpax-exam-junit4 |
Last Version | Last Version4.13.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionOPS4J Pax Exam Driver JUnit4
Pax Exam Integration testing framework for Modern Java Platforms.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
pax-exam-junit4-4.13.5.pom | |
pax-exam-junit4-4.13.5.jar | 12 KB |
pax-exam-junit4-4.13.5-sources.jar | 7 KB |
pax-exam-junit4-4.13.5-javadoc.jar | 131 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ops4j.pax.exam/pax-exam-junit4/ -->
<dependency>
<groupId>org.ops4j.pax.exam</groupId>
<artifactId>pax-exam-junit4</artifactId>
<version>4.13.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j.pax.exam/pax-exam-junit4/
implementation 'org.ops4j.pax.exam:pax-exam-junit4:4.13.5'
// https://jarcasting.com/artifacts/org.ops4j.pax.exam/pax-exam-junit4/
implementation ("org.ops4j.pax.exam:pax-exam-junit4:4.13.5")
'org.ops4j.pax.exam:pax-exam-junit4:jar:4.13.5'
<dependency org="org.ops4j.pax.exam" name="pax-exam-junit4" rev="4.13.5">
<artifact name="pax-exam-junit4" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ops4j.pax.exam', module='pax-exam-junit4', version='4.13.5')
)
libraryDependencies += "org.ops4j.pax.exam" % "pax-exam-junit4" % "4.13.5"
[org.ops4j.pax.exam/pax-exam-junit4 "4.13.5"]
Group / Artifact | Type | Version |
---|---|---|
org.ops4j.pax.exam : pax-exam-spi | jar | 4.13.5 |
org.ops4j.base : ops4j-base-lang | jar | 1.5.1 |
junit : junit | jar | 4.12 |
Group / Artifact | Type | Version |
---|---|---|
org.osgi : org.osgi.core | jar | 4.3.1 |