Dependency Information

Apache Maven

<dependency>
  <groupId>org.exoplatform.ecms</groupId>
  <artifactId>ecms-ext-authoring-webui</artifactId>
  <version>5.3.x-SNAPSHOT</version>
</dependency>

Apache Buildr

'org.exoplatform.ecms:ecms-ext-authoring-webui:jar:5.3.x-SNAPSHOT'

Apache Ivy

<dependency org="org.exoplatform.ecms" name="ecms-ext-authoring-webui" rev="5.3.x-SNAPSHOT">
  <artifact name="ecms-ext-authoring-webui" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.exoplatform.ecms', module='ecms-ext-authoring-webui', version='5.3.x-SNAPSHOT')
)

Gradle/Grails

compile 'org.exoplatform.ecms:ecms-ext-authoring-webui:5.3.x-SNAPSHOT'

Scala SBT

libraryDependencies += "org.exoplatform.ecms" % "ecms-ext-authoring-webui" % "5.3.x-SNAPSHOT"

Leiningen

[org.exoplatform.ecms/ecms-ext-authoring-webui "5.3.x-SNAPSHOT"]