In this page we are giving Maven Dependency of maven-plugins >> maven-dbunit-plugin version20030814.080708
You should include the dependency code given in this page to add Maven Dependency of maven-plugins >> maven-dbunit-plugin version20030814.080708 in your project.
In this page we are going to discuss about maven-dbunit-plugin version 20030814.080708 maven dependencies. Maven tool is project management tool which you use to manage your project and easily use maven-dbunit-plugin version 20030814.080708 dependency by just including the code discussed here in pom.xml file of your Maven project.
Maven dependency automatically download dependent library of maven-dbunit-plugin version 20030814.080708 and include the necessary jar files in the project.
Code given here should be included inside <dependencies> ...... </dependencies> tag in the Maven configuration file pom.xml.
We also explained you dependency code of different build system like Gradle Dependency, SBT Dependency, Ivy Dependency, Grape Dependency etc...
Maven dependency of maven-dbunit-plugin version 20030814.080708:
<dependency> <groupId>maven-plugins</groupId> <artifactId>maven-dbunit-plugin</artifactId> <version>20030814.080708</version> </dependency>
Gradle Dependency of maven-dbunit-plugin version 20030814.080708
compile group: 'maven-plugins', name: 'maven-dbunit-plugin', version: '20030814.080708'
SBT Dependency of maven-dbunit-plugin version 20030814.080708
libraryDependencies += "maven-plugins" % "maven-dbunit-plugin" % "20030814.080708"
Ivy Dependency of maven-dbunit-plugin version 20030814.080708
<dependency org="maven-plugins" name="maven-dbunit-plugin" rev="20030814.080708"/>
Grape Dependency of maven-dbunit-plugin version 20030814.080708
@Grapes( @Grab(group='maven-plugins', module='maven-dbunit-plugin', version='20030814.080708') )
Leiningen Dependency of maven-dbunit-plugin version 20030814.080708
[maven-plugins/maven-dbunit-plugin "20030814.080708"]
Buildr Dependency of maven-dbunit-plugin version 20030814.080708
'maven-plugins:maven-dbunit-plugin:jar:20030814.080708'
Advertisements