Files download
File Operation
dbunit-plus-0.1.3.jar download
dbunit-plus-0.1.3.pom download
dbunit-plus-0.1.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.mjeanroy</groupId>
  <artifactId>dbunit-plus</artifactId>
  <version>0.1.3</version>
</dependency>
Gradle Groovy
implementation 'com.github.mjeanroy:dbunit-plus:0.1.3'
Gradle Kotlin
implementation("com.github.mjeanroy:dbunit-plus:0.1.3")
Scala SBT
libraryDependencies += "com.github.mjeanroy" % "dbunit-plus" % "0.1.3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.mjeanroy', module='dbunit-plus', version='0.1.3')
)
Apache Ivy
<dependency org="com.github.mjeanroy" name="dbunit-plus" rev="0.1.3" />
Leiningen
[com.github.mjeanroy/dbunit-plus "0.1.3"]
Apache Buildr
'com.github.mjeanroy:dbunit-plus:jar:0.1.3'