<dependency> <groupId>info.ejava.examples.ejb</groupId> <artifactId>ejb-jaxrs-todos-war</artifactId> <version>5.1.0-SNAPSHOT</version> <type>war</type> </dependency>
<dependency org="info.ejava.examples.ejb" name="ejb-jaxrs-todos-war" rev="5.1.0-SNAPSHOT"> <artifact name="ejb-jaxrs-todos-war" type="war" /> </dependency>
@Grapes( @Grab(group='info.ejava.examples.ejb', module='ejb-jaxrs-todos-war', version='5.1.0-SNAPSHOT') )