<dependency> <groupId>org.exoplatform.platform.distributions</groupId> <artifactId>plf-root-webapp</artifactId> <version>5.2.x-SNAPSHOT</version> <type>war</type> </dependency>
<dependency org="org.exoplatform.platform.distributions" name="plf-root-webapp" rev="5.2.x-SNAPSHOT"> <artifact name="plf-root-webapp" type="war" /> </dependency>
@Grapes( @Grab(group='org.exoplatform.platform.distributions', module='plf-root-webapp', version='5.2.x-SNAPSHOT') )