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