Download junit-dataprovider-core-2.0.jar file - Jar j

Jar examples for j:junit-dataprovider-core

Description

The common core for a TestNG like dataprovider runner for JUnit.

You can download jar file junit-dataprovider-core 2.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add junit-dataprovider-core-2.0.jar to your project.

<dependency>
   <groupId>com.tngtech.junit.dataprovider</groupId>
   <artifactId>junit-dataprovider-core</artifactId>
   <version>2.0</version>
</dependency>
compile group: 'com.tngtech.junit.dataprovider', name: 'junit-dataprovider-core', version: '2.0'
libraryDependencies += "com.tngtech.junit.dataprovider" % "junit-dataprovider-core" % "2.0"
<dependency org="com.tngtech.junit.dataprovider" name="junit-dataprovider-core" rev="2.0"/>
@Grapes(@Grab(group='com.tngtech.junit.dataprovider', module='junit-dataprovider-core', version='2.0'))
'com.tngtech.junit.dataprovider:junit-dataprovider-core:jar:2.0'

Download

Click the following link to download the jar file.

junit-dataprovider-core-2.0-javadoc.jar
junit-dataprovider-core-2.0-sources.jar
junit-dataprovider-core-2.0.jar
junit-dataprovider-core-2.0.pom



Related Tutorials