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