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