Download junit-dataprovider-core-2.1.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.1 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.1.jar to your project.

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

Download

Click the following link to download the jar file.

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



Related Tutorials