is not current version
Last Version 2.7.3

org.dbunit:dbunit 2.2

DbUnit is a JUnit extension (also usable from Ant) 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.

GroupId

GroupId

org.dbunit
ArtifactId

ArtifactId

dbunit
Version

Version

2.2
Type

Type

jar

Download dbunit 2.2


<!-- https://jarcasting.com/artifacts/org.dbunit/dbunit/ -->
<dependency>
    <groupId>org.dbunit</groupId>
    <artifactId>dbunit</artifactId>
    <version>2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.dbunit/dbunit/
implementation 'org.dbunit:dbunit:2.2'
// https://jarcasting.com/artifacts/org.dbunit/dbunit/
implementation ("org.dbunit:dbunit:2.2")
'org.dbunit:dbunit:jar:2.2'
<dependency org="org.dbunit" name="dbunit" rev="2.2">
  <artifact name="dbunit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dbunit', module='dbunit', version='2.2')
)
libraryDependencies += "org.dbunit" % "dbunit" % "2.2"
[org.dbunit/dbunit "2.2"]