Categories |
CategoriesTestNG Unit Testing |
---|---|
GroupId | GroupIdorg.testng |
ArtifactId | ArtifactIdtestng |
Version | Version5.0.2 |
Type | Typejar |
Filename | Size |
---|---|
testng-5.0.2.pom | -1 bytes |
testng-5.0.2-jdk15.jar | 673 KB |
testng-5.0.2-jdk14.jar | 814 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.testng/testng/ -->
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>5.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.testng/testng/
implementation 'org.testng:testng:5.0.2'
// https://jarcasting.com/artifacts/org.testng/testng/
implementation ("org.testng:testng:5.0.2")
'org.testng:testng:jar:5.0.2'
<dependency org="org.testng" name="testng" rev="5.0.2">
<artifact name="testng" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.testng', module='testng', version='5.0.2')
)
libraryDependencies += "org.testng" % "testng" % "5.0.2"
[org.testng/testng "5.0.2"]