is not current version
Last Version 2.1.1

com.github.mjeanroy:dbunit-plus 2.0.1

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

GroupId

GroupId

com.github.mjeanroy
ArtifactId

ArtifactId

dbunit-plus
Version

Version

2.0.1
Type

Type

jar

Download dbunit-plus 2.0.1


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