<dependency> <groupId>org.apache.maven.its.plugins</groupId> <artifactId>maven-it-plugin-plugin-dependency</artifactId> <version>2.1-SNAPSHOT</version> <type>maven-plugin</type> </dependency>
'org.apache.maven.its.plugins:maven-it-plugin-plugin-dependency:maven-plugin:2.1-SNAPSHOT'
<dependency org="org.apache.maven.its.plugins" name="maven-it-plugin-plugin-dependency" rev="2.1-SNAPSHOT"> <artifact name="maven-it-plugin-plugin-dependency" type="maven-plugin" /> </dependency>
@Grapes( @Grab(group='org.apache.maven.its.plugins', module='maven-it-plugin-plugin-dependency', version='2.1-SNAPSHOT') )