Maven Dependency maven-dbunit-plugin >> 20030818.022735

In this page we are giving Maven Dependency of maven-plugins >> maven-dbunit-plugin version20030818.022735

Ads

Tutorials   

You should include the dependency code given in this page to add Maven Dependency of maven-plugins >> maven-dbunit-plugin version20030818.022735 in your project.

In this page we are going to discuss about maven-dbunit-plugin version 20030818.022735 maven dependencies. Maven tool is project management tool which you use to manage your project and easily use maven-dbunit-plugin version 20030818.022735 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 20030818.022735 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 20030818.022735

Maven dependency of maven-dbunit-plugin version 20030818.022735:

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

Gradle Dependency of maven-dbunit-plugin version 20030818.022735

compile group: 'maven-plugins', name: 'maven-dbunit-plugin', version: '20030818.022735'

SBT Dependency of maven-dbunit-plugin version 20030818.022735

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

Ivy Dependency of maven-dbunit-plugin version 20030818.022735

<dependency org="maven-plugins" name="maven-dbunit-plugin" rev="20030818.022735"/>

Grape Dependency of maven-dbunit-plugin version 20030818.022735

@Grapes(
    @Grab(group='maven-plugins', module='maven-dbunit-plugin', version='20030818.022735')
)

Leiningen Dependency of maven-dbunit-plugin version 20030818.022735

[maven-plugins/maven-dbunit-plugin "20030818.022735"]

Buildr Dependency of maven-dbunit-plugin version 20030818.022735

'maven-plugins:maven-dbunit-plugin:jar:20030818.022735'

Advertisements

Ads