License |
License |
---|---|
GroupId | GroupIdorg.unitils |
ArtifactId | ArtifactIdunitils-dbunit |
Last Version | Last Version3.4.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionUnitils DbUnit module
Unitils provides utilities to further simplify unit-testing with JUnit, DBUnit, EasyMock
Hibernate and Spring. The goal is to make unit-testing easy and maintainable by offering
utilities such as automatic DB-schema maintainance and equality assertion through reflection.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
unitils-dbunit-3.4.6.pom | |
unitils-dbunit-3.4.6.jar | 39 KB |
unitils-dbunit-3.4.6-sources.jar | 42 KB |
unitils-dbunit-3.4.6-javadoc.jar | 225 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.unitils/unitils-dbunit/ -->
<dependency>
<groupId>org.unitils</groupId>
<artifactId>unitils-dbunit</artifactId>
<version>3.4.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.unitils/unitils-dbunit/
implementation 'org.unitils:unitils-dbunit:3.4.6'
// https://jarcasting.com/artifacts/org.unitils/unitils-dbunit/
implementation ("org.unitils:unitils-dbunit:3.4.6")
'org.unitils:unitils-dbunit:jar:3.4.6'
<dependency org="org.unitils" name="unitils-dbunit" rev="3.4.6">
<artifact name="unitils-dbunit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.unitils', module='unitils-dbunit', version='3.4.6')
)
libraryDependencies += "org.unitils" % "unitils-dbunit" % "3.4.6"
[org.unitils/unitils-dbunit "3.4.6"]
Group / Artifact | Type | Version |
---|---|---|
org.unitils : unitils-core | jar | 3.4.6 |
org.unitils : unitils-database | jar | 3.4.6 |
org.dbunit : dbunit | jar | 2.4.9 |
org.springframework : spring-jdbc | jar | 4.2.6.RELEASE |
xmlunit : xmlunit | jar | 1.2 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.6.4 |
org.slf4j : slf4j-nop | jar | 1.6.4 |