<dependency> <groupId>com.cisco.maven.plugins</groupId> <artifactId>device-package-maven-plugin</artifactId> <version>1.0.0</version> <type>maven-plugin</type> </dependency>
<dependency org="com.cisco.maven.plugins" name="device-package-maven-plugin" rev="1.0.0"> <artifact name="device-package-maven-plugin" type="maven-plugin" /> </dependency>
@Grapes( @Grab(group='com.cisco.maven.plugins', module='device-package-maven-plugin', version='1.0.0') )