<dependency> <groupId>org.exoplatform.commons</groupId> <artifactId>commons-comet-ext-webapp-rest</artifactId> <version>6.0.x-SNAPSHOT</version> <type>war</type> </dependency>
<dependency org="org.exoplatform.commons" name="commons-comet-ext-webapp-rest" rev="6.0.x-SNAPSHOT"> <artifact name="commons-comet-ext-webapp-rest" type="war" /> </dependency>
@Grapes( @Grab(group='org.exoplatform.commons', module='commons-comet-ext-webapp-rest', version='6.0.x-SNAPSHOT') )