is not current version
Last Version 20030818.022735

maven-plugins:maven-dbunit-plugin 1.9

A plugin to automate dbUnit tasks

Categories

Categories

Maven Build Tools
GroupId

GroupId

maven-plugins
ArtifactId

ArtifactId

maven-dbunit-plugin
Version

Version

1.9
Type

Type

jar

Download maven-dbunit-plugin 1.9


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