Last Version

Spring Test DBUnit 1.3.0

Integration between the Spring testing framework and DBUnit

License

License

GroupId

GroupId

com.github.springtestdbunit
ArtifactId

ArtifactId

spring-test-dbunit
Version

Version

1.3.0
Type

Type

jar
Description

Description

Spring Test DBUnit
Integration between the Spring testing framework and DBUnit
Source Code Management

Source Code Management

https://github.com/springtestdbunit/spring-test-dbunit

Download spring-test-dbunit 1.3.0


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

Dependencies

provided (7)

Group / Artifact Type Version
junit : junit jar 4.12
org.dbunit : dbunit jar 2.5.2
org.springframework : spring-beans jar 4.2.5.RELEASE
org.springframework : spring-context jar 4.2.5.RELEASE
org.springframework : spring-jdbc jar 4.2.5.RELEASE
org.springframework : spring-test jar 4.2.5.RELEASE
org.springframework : spring-aop jar 4.2.5.RELEASE

test (6)

Group / Artifact Type Version
org.hibernate : hibernate-entitymanager jar 4.3.6.Final
org.hsqldb : hsqldb jar 2.3.3
org.mockito : mockito-core jar 1.9.5
org.slf4j : slf4j-api jar 1.7.21
org.slf4j : slf4j-log4j12 jar 1.7.21
org.springframework : spring-orm jar 4.2.5.RELEASE

Project Modules

There are no modules declared in this project.