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