<dependency> <groupId>com.github.dkartaschew</groupId> <artifactId>manifest-update-maven-plugin</artifactId> <version>1.0.0</version> <type>maven-plugin</type> </dependency>
<dependency org="com.github.dkartaschew" name="manifest-update-maven-plugin" rev="1.0.0"> <artifact name="manifest-update-maven-plugin" type="maven-plugin" /> </dependency>
@Grapes( @Grab(group='com.github.dkartaschew', module='manifest-update-maven-plugin', version='1.0.0') )