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