| Categories |
CategoriesTestNG Unit Testing |
|---|---|
| GroupId | GroupIdorg.ops4j.pax.exam |
| ArtifactId | ArtifactIdpax-exam-testng |
| Version | Version3.0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| pax-exam-testng-3.0.2.pom | |
| pax-exam-testng-3.0.2.jar | 13 KB |
| pax-exam-testng-3.0.2-sources.jar | 12 KB |
| pax-exam-testng-3.0.2-javadoc.jar | 139 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.ops4j.pax.exam/pax-exam-testng/ -->
<dependency>
<groupId>org.ops4j.pax.exam</groupId>
<artifactId>pax-exam-testng</artifactId>
<version>3.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j.pax.exam/pax-exam-testng/
implementation 'org.ops4j.pax.exam:pax-exam-testng:3.0.2'
// https://jarcasting.com/artifacts/org.ops4j.pax.exam/pax-exam-testng/
implementation ("org.ops4j.pax.exam:pax-exam-testng:3.0.2")
'org.ops4j.pax.exam:pax-exam-testng:jar:3.0.2'
<dependency org="org.ops4j.pax.exam" name="pax-exam-testng" rev="3.0.2">
<artifact name="pax-exam-testng" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ops4j.pax.exam', module='pax-exam-testng', version='3.0.2')
)
libraryDependencies += "org.ops4j.pax.exam" % "pax-exam-testng" % "3.0.2"
[org.ops4j.pax.exam/pax-exam-testng "3.0.2"]