d

dbunit-plus

DbUnit extension (provide simple integration with JUnit, Spring and Liquibase).
https://github.com/mjeanroy/dbunit-plus
MIT License
Mickael Jeanroy
Files download
File Operation
dbunit-plus-2.2.1.jar download
dbunit-plus-2.2.1.pom download
dbunit-plus-2.2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.mjeanroy</groupId>
  <artifactId>dbunit-plus</artifactId>
  <version>2.2.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.mjeanroy:dbunit-plus:2.2.1'
Gradle Kotlin
implementation("com.github.mjeanroy:dbunit-plus:2.2.1")
Scala SBT
libraryDependencies += "com.github.mjeanroy" % "dbunit-plus" % "2.2.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.mjeanroy', module='dbunit-plus', version='2.2.1')
)
Apache Ivy
<dependency org="com.github.mjeanroy" name="dbunit-plus" rev="2.2.1" />
Leiningen
[com.github.mjeanroy/dbunit-plus "2.2.1"]
Apache Buildr
'com.github.mjeanroy:dbunit-plus:jar:2.2.1'