License |
License |
---|---|
Categories |
CategoriesTestNG Unit Testing |
GroupId | GroupIdorg.testng |
ArtifactId | ArtifactIdtestng |
Last Version | Last Version7.6.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiontestng
Testing framework for Java
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
testng-7.6.0.pom | |
testng-7.6.0.jar | 583 KB |
testng-7.6.0-sources.jar | 374 KB |
testng-7.6.0-javadoc.jar | 967 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.testng/testng/ -->
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>7.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.testng/testng/
implementation 'org.testng:testng:7.6.0'
// https://jarcasting.com/artifacts/org.testng/testng/
implementation ("org.testng:testng:7.6.0")
'org.testng:testng:jar:7.6.0'
<dependency org="org.testng" name="testng" rev="7.6.0">
<artifact name="testng" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.testng', module='testng', version='7.6.0')
)
libraryDependencies += "org.testng" % "testng" % "7.6.0"
[org.testng/testng "7.6.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
org.slf4j : slf4j-api | jar | 1.7.36 |
com.beust : jcommander | jar | 1.82 |
org.apache.ant : ant Optional | jar | 1.10.12 |
com.google.inject : guice Optional | jar | 5.1.0 |
junit : junit Optional | jar | 4.13.2 |
org.yaml : snakeyaml Optional | jar | 1.30 |
Group / Artifact | Type | Version |
---|---|---|
org.webjars : jquery | jar | 3.6.0 |