Jar examples for d:dbunit
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 1.0 in this page.
GNU Lesser General Public License, Version 2.1
You can use the following script to add dbunit-1.0.jar to your project.
<dependency> <groupId>link.jfire</groupId> <artifactId>dbunit</artifactId> <version>1.0</version> </dependency>
compile group: 'link.jfire', name: 'dbunit', version: '1.0'
libraryDependencies += "link.jfire" % "dbunit" % "1.0"
<dependency org="link.jfire" name="dbunit" rev="1.0"/>
@Grapes(@Grab(group='link.jfire', module='dbunit', version='1.0'))
'link.jfire:dbunit:jar:1.0'
Click the following link to download the jar file.
dbunit-1.0-javadoc.jar