License |
License |
---|---|
Categories |
CategoriesTestNG Unit Testing |
GroupId | GroupIdorg.testng |
ArtifactId | ArtifactIdtestng-jdk14 |
Last Version | Last Version4.4.7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTestNG jdk14
TestNG is a unit testing framework.
|
Project URL |
Project URL |
Filename | Size |
---|---|
testng-jdk14-4.4.7.pom | -1 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.testng/testng-jdk14/ -->
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng-jdk14</artifactId>
<version>4.4.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.testng/testng-jdk14/
implementation 'org.testng:testng-jdk14:4.4.7'
// https://jarcasting.com/artifacts/org.testng/testng-jdk14/
implementation ("org.testng:testng-jdk14:4.4.7")
'org.testng:testng-jdk14:jar:4.4.7'
<dependency org="org.testng" name="testng-jdk14" rev="4.4.7">
<artifact name="testng-jdk14" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.testng', module='testng-jdk14', version='4.4.7')
)
libraryDependencies += "org.testng" % "testng-jdk14" % "4.4.7"
[org.testng/testng-jdk14 "4.4.7"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |
qdox : qdox | jar | 1.5 |
bsh : bsh | jar | 2.0b1 |
concurrent : concurrent | jar | 1.3.4 |