Download testng-databinding-core-2.0.jar file - Jar t

Jar examples for t:testng-databinding-core

Description

Data binding framework core

You can download jar file testng-databinding-core 2.0 in this page.

Build File

You can use the following script to add testng-databinding-core-2.0.jar to your project.

<dependency>
   <groupId>net.sf.testngdatabind</groupId>
   <artifactId>testng-databinding-core</artifactId>
   <version>2.0</version>
</dependency>
compile group: 'net.sf.testngdatabind', name: 'testng-databinding-core', version: '2.0'
libraryDependencies += "net.sf.testngdatabind" % "testng-databinding-core" % "2.0"
<dependency org="net.sf.testngdatabind" name="testng-databinding-core" rev="2.0"/>
@Grapes(@Grab(group='net.sf.testngdatabind', module='testng-databinding-core', version='2.0'))
'net.sf.testngdatabind:testng-databinding-core:jar:2.0'

Download

Click the following link to download the jar file.

testng-databinding-core-2.0-javadoc.jar
testng-databinding-core-2.0-sources.jar
testng-databinding-core-2.0.jar
testng-databinding-core-2.0.pom



Related Tutorials