Download dbunit-2.2.jar file - Jar d

Jar examples for d:dbunit

Description

dbUnit is a JUnit extension (also usable from Ant and Maven) targeted for database-driven projects that, among other things, puts your database into a known state between test runs. This is an excellent way to avoid the myriad of problems that can occur when one test case corrupts the database and causes subsequent tests to fail or exacerbate the damage.

You can download jar file dbunit 2.2 in this page.

License

GNU Lesser General Public License, Version 2.1

Build File

You can use the following script to add dbunit-2.2.jar to your project.

<dependency>
   <groupId>org.dbunit</groupId>
   <artifactId>dbunit</artifactId>
   <version>2.2</version>
</dependency>
compile group: 'org.dbunit', name: 'dbunit', version: '2.2'
libraryDependencies += "org.dbunit" % "dbunit" % "2.2"
<dependency org="org.dbunit" name="dbunit" rev="2.2"/>
@Grapes(@Grab(group='org.dbunit', module='dbunit', version='2.2'))
'org.dbunit:dbunit:jar:2.2'

Download

Click the following link to download the jar file.

dbunit-2.2.pom



Related Tutorials