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