Categories |
CategoriesTestNG Unit Testing |
---|---|
GroupId | GroupIdorg.testng |
ArtifactId | ArtifactIdtestng |
Version | Version6.9.5 |
Type | Typejar |
Filename | Size |
---|---|
testng-6.9.5.pom | |
testng-6.9.5.jar | 844 KB |
testng-6.9.5-sources.jar | 486 KB |
testng-6.9.5-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.testng/testng/ -->
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>6.9.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.testng/testng/
implementation 'org.testng:testng:6.9.5'
// https://jarcasting.com/artifacts/org.testng/testng/
implementation ("org.testng:testng:6.9.5")
'org.testng:testng:jar:6.9.5'
<dependency org="org.testng" name="testng" rev="6.9.5">
<artifact name="testng" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.testng', module='testng', version='6.9.5')
)
libraryDependencies += "org.testng" % "testng" % "6.9.5"
[org.testng/testng "6.9.5"]