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