is not current version
Last Version 2.7.3

dbUnit Extension 2.7.0

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.

License

License

GroupId

GroupId

org.dbunit
ArtifactId

ArtifactId

dbunit
Version

Version

2.7.0
Type

Type

jar
Description

Description

dbUnit Extension
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.
Project URL

Project URL

http://dbunit.sourceforge.net
Source Code Management

Source Code Management

http://sourceforge.net/p/dbunit/code.git/ci/master/tree/

Download dbunit 2.7.0


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

Dependencies

compile (7)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.25
junit : junit jar 4.12
commons-collections : commons-collections jar 3.2.2
ant : ant Optional jar 1.6.5
org.apache.poi : poi Optional jar 3.17
org.apache.poi : poi-ooxml jar 3.17
org.postgresql : postgresql jar 42.2.5

test (13)

Group / Artifact Type Version
org.slf4j : jcl-over-slf4j jar 1.7.25
ch.qos.logback : logback-classic jar 1.2.3
hsqldb : hsqldb jar 1.8.0.1
org.hamcrest : hamcrest-library jar 1.3
org.apache.ant : ant-testutil Optional jar 1.7.0
junit-addons : junit-addons jar 1.4
mockobjects : mockobjects-core jar 0.09
mockmaker : mmmockobjects jar 1.12.0
mockobjects : mockobjects-jdk1.3 jar 0.09
com.h2database : h2 jar 1.1.118
gsbase : gsbase jar 2.0.1
commons-io : commons-io jar 2.5
xerces : xmlParserAPIs jar 2.6.2

Project Modules

There are no modules declared in this project.