MVN

maven-plugins : maven-dbunit-plugin

Maven & Gradle

Mar 01, 2008
<dependency>
    <groupId>maven-plugins</groupId>
    <artifactId>maven-dbunit-plugin</artifactId>
    <version>1.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of maven-plugins : maven-dbunit-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.9

All Versions

Choose a version of maven-plugins : maven-dbunit-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
20030818.022735
maven-dbunit-plugin-20030818.022735
20030814.080708
maven-dbunit-plugin-20030814.080708
20030413.024213
maven-dbunit-plugin-20030413.024213
1.9
maven-dbunit-plugin-1.9
1.8
maven-dbunit-plugin-1.8
1.7
maven-dbunit-plugin-1.7
1.6
maven-dbunit-plugin-1.6
1.5
maven-dbunit-plugin-1.5
1.4
maven-dbunit-plugin-1.4
1.3
maven-dbunit-plugin-1.3
1.2
maven-dbunit-plugin-1.2
1.1
maven-dbunit-plugin-1.1
1.0
maven-dbunit-plugin-1.0

How to add a dependency to Maven

Add the following maven-plugins : maven-dbunit-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>maven-plugins</groupId>
    <artifactId>maven-dbunit-plugin</artifactId>
    <version>1.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following maven-plugins : maven-dbunit-plugin gradle dependency to your build.gradle file:

implementation 'maven-plugins:maven-dbunit-plugin:1.9'

Gradle Kotlin DSL: Add the following maven-plugins : maven-dbunit-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("maven-plugins:maven-dbunit-plugin:1.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following maven-plugins : maven-dbunit-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "maven-plugins" % "maven-dbunit-plugin" % "1.9"