dbunit
org.dbunit
dbunit is a Java jar artifact published under the org.dbunit group on Maven Central. 32 versions are indexed here. It is used by 130 other indexed artifacts. Select a version below for Maven, Gradle and SBT snippets plus CVE data.
Recommended: 3.4.0 32 versions jarChecking...
Add to your project2.7.2
<dependency>
<groupId>org.dbunit</groupId>
<artifactId>dbunit</artifactId>
<version>2.7.2</version>
</dependency>Version Details — 2.7.2
Packaging
jar
Direct Deps
0
Total Deps
0
Published
Unknown
License
GNU Lesser General Public License, Version 2.1
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.
Checking security advisories...