Dependency Information

Apache Maven

<dependency>
  <groupId>org.exoplatform.commons</groupId>
  <artifactId>commons-comet-ext-webapp-rest</artifactId>
  <version>6.0.x-SNAPSHOT</version>
  <type>war</type>
</dependency>

Apache Buildr

'org.exoplatform.commons:commons-comet-ext-webapp-rest:war:6.0.x-SNAPSHOT'

Apache Ivy

<dependency org="org.exoplatform.commons" name="commons-comet-ext-webapp-rest" rev="6.0.x-SNAPSHOT">
  <artifact name="commons-comet-ext-webapp-rest" type="war" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.exoplatform.commons', module='commons-comet-ext-webapp-rest', version='6.0.x-SNAPSHOT')
)

Gradle/Grails

compile 'org.exoplatform.commons:commons-comet-ext-webapp-rest:6.0.x-SNAPSHOT'

Scala SBT

libraryDependencies += "org.exoplatform.commons" % "commons-comet-ext-webapp-rest" % "6.0.x-SNAPSHOT"

Leiningen

[org.exoplatform.commons/commons-comet-ext-webapp-rest "6.0.x-SNAPSHOT"]