License |
License |
---|---|
Categories |
CategoriesIDE Development Tools Ant Build Tools TestNG Unit Testing Data |
GroupId | GroupIdcom.github.hemanthsridhar |
ArtifactId | ArtifactIdtestng-ext-dataprovider |
Version | Version12.1.2 |
Type | Typejar |
Description |
Descriptiontestng-ext-dataprovider
TestNG data provider libraries to read from csv and excel(xls and xlsx)
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.github.hemanthsridhar/testng-ext-dataprovider/ -->
<dependency>
<groupId>com.github.hemanthsridhar</groupId>
<artifactId>testng-ext-dataprovider</artifactId>
<version>12.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hemanthsridhar/testng-ext-dataprovider/
implementation 'com.github.hemanthsridhar:testng-ext-dataprovider:12.1.2'
// https://jarcasting.com/artifacts/com.github.hemanthsridhar/testng-ext-dataprovider/
implementation ("com.github.hemanthsridhar:testng-ext-dataprovider:12.1.2")
'com.github.hemanthsridhar:testng-ext-dataprovider:jar:12.1.2'
<dependency org="com.github.hemanthsridhar" name="testng-ext-dataprovider" rev="12.1.2">
<artifact name="testng-ext-dataprovider" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hemanthsridhar', module='testng-ext-dataprovider', version='12.1.2')
)
libraryDependencies += "com.github.hemanthsridhar" % "testng-ext-dataprovider" % "12.1.2"
[com.github.hemanthsridhar/testng-ext-dataprovider "12.1.2"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.poi : poi | jar | 3.17 |
org.apache.poi : poi-ooxml | jar | 3.17 |
org.apache.poi : poi-ooxml-schemas | jar | 3.17 |
org.testng : testng | jar | 7.3.0 |