<dependency> <groupId>com.ciphergateway</groupId> <artifactId>com.ciphergateway.mda.mvm</artifactId> <version>6.0.0-SNAPSHOT</version> <type>eclipse-plugin</type> </dependency>
<dependency org="com.ciphergateway" name="com.ciphergateway.mda.mvm" rev="6.0.0-SNAPSHOT"> <artifact name="com.ciphergateway.mda.mvm" type="eclipse-plugin" /> </dependency>
@Grapes( @Grab(group='com.ciphergateway', module='com.ciphergateway.mda.mvm', version='6.0.0-SNAPSHOT') )