Skip to content

02. Installation

Hemanth Sridhar edited this page Mar 3, 2022 · 1 revision

Maven

<dependency>
  <groupId>com.github.hemanthsridhar</groupId>
  <artifactId>testng-ext-dataprovider</artifactId>
  <version>14.2.0</version>
</dependency>

Gradle

implementation 'com.github.hemanthsridhar:testng-ext-dataprovider:14.2.0'