Menu

Maven Coordinates

Matthias Rothe

Maven Coordinates

TestNG Data Binding is also available from Maven Central. To include it into your Maven project just add these dependencies as needed:

<dependency>
    <groupId>net.sf.testngdatabind</groupId>
    <artifactId>testng-databinding-util</artifactId>
    <version>2.0</version>
</dependency>

<dependency>
    <groupId>net.sf.testngdatabind</groupId>
    <artifactId>testng-databinding-core</artifactId>
    <version>2.0</version>
</dependency>

<dependency>
    <groupId>net.sf.testngdatabind</groupId>
    <artifactId>testng-databinding-csv</artifactId>
    <version>2.0</version>
</dependency>

<dependency>
    <groupId>net.sf.testngdatabind</groupId>
    <artifactId>testng-databinding-properties</artifactId>
    <version>2.0</version>
</dependency>

<dependency>
    <groupId>net.sf.testngdatabind</groupId>
    <artifactId>testng-databinding-text</artifactId>
    <version>2.0</version>
</dependency>

<dependency>
    <groupId>net.sf.testngdatabind</groupId>
    <artifactId>testng-databinding-xml</artifactId>
    <version>2.0</version>
</dependency>


Related

Wiki: Home

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.