<dependency> <groupId>org.dbunit</groupId> <artifactId>dbunit-maven-plugin</artifactId> <version>1.2.0</version> <type>maven-plugin</type> </dependency>
'org.dbunit:dbunit-maven-plugin:maven-plugin:1.2.0'
<dependency org="org.dbunit" name="dbunit-maven-plugin" rev="1.2.0"> <artifact name="dbunit-maven-plugin" type="maven-plugin" /> </dependency>
@Grapes( @Grab(group='org.dbunit', module='dbunit-maven-plugin', version='1.2.0') )
compile 'org.dbunit:dbunit-maven-plugin:1.2.0'
libraryDependencies += "org.dbunit" % "dbunit-maven-plugin" % "1.2.0"
[org.dbunit/dbunit-maven-plugin "1.2.0"]