Maven Dependency maven-dbunit-plugin >> 20030413.024213

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

Ads

Tutorials   

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

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

Maven dependency of maven-dbunit-plugin version 20030413.024213:

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

Gradle Dependency of maven-dbunit-plugin version 20030413.024213

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

SBT Dependency of maven-dbunit-plugin version 20030413.024213

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

Ivy Dependency of maven-dbunit-plugin version 20030413.024213

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

Grape Dependency of maven-dbunit-plugin version 20030413.024213

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

Leiningen Dependency of maven-dbunit-plugin version 20030413.024213

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

Buildr Dependency of maven-dbunit-plugin version 20030413.024213

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

Advertisements

Ads