is not current version
Last Version 4.13.5

org.ops4j.pax.exam:pax-exam-testng 2.3.1


Categories

Categories

TestNG Unit Testing
GroupId

GroupId

org.ops4j.pax.exam
ArtifactId

ArtifactId

pax-exam-testng
Version

Version

2.3.1
Type

Type

jar

Download pax-exam-testng 2.3.1


<!-- https://jarcasting.com/artifacts/org.ops4j.pax.exam/pax-exam-testng/ -->
<dependency>
    <groupId>org.ops4j.pax.exam</groupId>
    <artifactId>pax-exam-testng</artifactId>
    <version>2.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j.pax.exam/pax-exam-testng/
implementation 'org.ops4j.pax.exam:pax-exam-testng:2.3.1'
// https://jarcasting.com/artifacts/org.ops4j.pax.exam/pax-exam-testng/
implementation ("org.ops4j.pax.exam:pax-exam-testng:2.3.1")
'org.ops4j.pax.exam:pax-exam-testng:jar:2.3.1'
<dependency org="org.ops4j.pax.exam" name="pax-exam-testng" rev="2.3.1">
  <artifact name="pax-exam-testng" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ops4j.pax.exam', module='pax-exam-testng', version='2.3.1')
)
libraryDependencies += "org.ops4j.pax.exam" % "pax-exam-testng" % "2.3.1"
[org.ops4j.pax.exam/pax-exam-testng "2.3.1"]