Categories |
CategoriesIDE Development Tools Ant Build Tools TestNG Unit Testing Data |
---|---|
GroupId | GroupIdcom.github.hemanthsridhar |
ArtifactId | ArtifactIdtestng-ext-dataprovider |
Version | Version13.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.hemanthsridhar/testng-ext-dataprovider/ -->
<dependency>
<groupId>com.github.hemanthsridhar</groupId>
<artifactId>testng-ext-dataprovider</artifactId>
<version>13.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hemanthsridhar/testng-ext-dataprovider/
implementation 'com.github.hemanthsridhar:testng-ext-dataprovider:13.0.0'
// https://jarcasting.com/artifacts/com.github.hemanthsridhar/testng-ext-dataprovider/
implementation ("com.github.hemanthsridhar:testng-ext-dataprovider:13.0.0")
'com.github.hemanthsridhar:testng-ext-dataprovider:jar:13.0.0'
<dependency org="com.github.hemanthsridhar" name="testng-ext-dataprovider" rev="13.0.0">
<artifact name="testng-ext-dataprovider" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hemanthsridhar', module='testng-ext-dataprovider', version='13.0.0')
)
libraryDependencies += "com.github.hemanthsridhar" % "testng-ext-dataprovider" % "13.0.0"
[com.github.hemanthsridhar/testng-ext-dataprovider "13.0.0"]