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