Dependency Information
Apache Maven
<dependency> <groupId>com.link-intersystems.dbunit.maven</groupId> <artifactId>dbunit-migration-maven-plugin</artifactId> <version>1.0.4</version> <type>maven-plugin</type> </dependency>
Apache Buildr
'com.link-intersystems.dbunit.maven:dbunit-migration-maven-plugin:maven-plugin:1.0.4'
Apache Ivy
<dependency org="com.link-intersystems.dbunit.maven" name="dbunit-migration-maven-plugin" rev="1.0.4"> <artifact name="dbunit-migration-maven-plugin" type="maven-plugin" /> </dependency>
Groovy Grape
@Grapes( @Grab(group='com.link-intersystems.dbunit.maven', module='dbunit-migration-maven-plugin', version='1.0.4') )
Gradle/Grails
compile 'com.link-intersystems.dbunit.maven:dbunit-migration-maven-plugin:1.0.4'
Scala SBT
libraryDependencies += "com.link-intersystems.dbunit.maven" % "dbunit-migration-maven-plugin" % "1.0.4"
Leiningen
[com.link-intersystems.dbunit.maven/dbunit-migration-maven-plugin "1.0.4"]