is not current version
Last Version 20030818.022735

maven-plugins:maven-dbunit-plugin 1.8

A plugin to automate dbUnit tasks

Categories

Categories

Maven Build Tools
GroupId

GroupId

maven-plugins
ArtifactId

ArtifactId

maven-dbunit-plugin
Version

Version

1.8
Type

Type

jar

Download maven-dbunit-plugin 1.8


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