Dependency Information

Apache Maven

<dependency>
  <groupId>org.exoplatform.platform.distributions</groupId>
  <artifactId>plf-tomcat-integration-webapp</artifactId>
  <version>5.2.x-SNAPSHOT</version>
  <type>war</type>
</dependency>

Apache Buildr

'org.exoplatform.platform.distributions:plf-tomcat-integration-webapp:war:5.2.x-SNAPSHOT'

Apache Ivy

<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>

Groovy Grape

@Grapes(
@Grab(group='org.exoplatform.platform.distributions', module='plf-tomcat-integration-webapp', version='5.2.x-SNAPSHOT')
)

Gradle/Grails

compile 'org.exoplatform.platform.distributions:plf-tomcat-integration-webapp:5.2.x-SNAPSHOT'

Scala SBT

libraryDependencies += "org.exoplatform.platform.distributions" % "plf-tomcat-integration-webapp" % "5.2.x-SNAPSHOT"

Leiningen

[org.exoplatform.platform.distributions/plf-tomcat-integration-webapp "5.2.x-SNAPSHOT"]