Apache Maven

<dependency>
  <groupId>com.cloudera.cdk</groupId>
  <artifactId>cdk-data-flume</artifactId>
  <version>0.8.0</version>
</dependency>

Apache Buildr

'com.cloudera.cdk:cdk-data-flume:jar:0.8.0'

Apache Ant

<dependency org="com.cloudera.cdk" name="cdk-data-flume" rev="0.8.0">
  <artifact name="cdk-data-flume" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.cloudera.cdk', module='cdk-data-flume', version='0.8.0')
)

Grails

compile 'com.cloudera.cdk:cdk-data-flume:0.8.0'

Leiningen

[com.cloudera.cdk/cdk-data-flume "0.8.0"]

SBT

libraryDependencies += "com.cloudera.cdk" %% "cdk-data-flume" % "0.8.0"

Back to top

Version: 0.8.0. Last Published: 2013-10-07.

Reflow Maven skin by Andrius Velykis.