Dependency Information

Apache Maven

<dependency>
  <groupId>ddf.distribution.sdk.sample-cometd</groupId>
  <artifactId>cometd-java-example</artifactId>
  <version>2.9.0-SNAPSHOT</version>
</dependency>

Apache Buildr

'ddf.distribution.sdk.sample-cometd:cometd-java-example:jar:2.9.0-SNAPSHOT'

Apache Ant

<dependency org="ddf.distribution.sdk.sample-cometd" name="cometd-java-example" rev="2.9.0-SNAPSHOT">
  <artifact name="cometd-java-example" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='ddf.distribution.sdk.sample-cometd', module='cometd-java-example', version='2.9.0-SNAPSHOT')
)

Grails

compile 'ddf.distribution.sdk.sample-cometd:cometd-java-example:2.9.0-SNAPSHOT'

Leiningen

[ddf.distribution.sdk.sample-cometd/cometd-java-example "2.9.0-SNAPSHOT"]

SBT

libraryDependencies += "ddf.distribution.sdk.sample-cometd" %% "cometd-java-example" % "2.9.0-SNAPSHOT"