is not current version
Last Version 2.1.1

com.github.mjeanroy:dbunit-plus 0.3.0

DbUnit extension (provide simple integration with JUnit, Spring and Liquibase).

GroupId

GroupId

com.github.mjeanroy
ArtifactId

ArtifactId

dbunit-plus
Version

Version

0.3.0
Type

Type

jar

Download dbunit-plus 0.3.0


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