Apache Maven

<dependency>
  <groupId>com.cloudera.cdk</groupId>
  <artifactId>cdk-data-core</artifactId>
  <version>0.9.1</version>
</dependency>

Apache Buildr

'com.cloudera.cdk:cdk-data-core:jar:0.9.1'

Apache Ant

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

Groovy Grape

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

Grails

compile 'com.cloudera.cdk:cdk-data-core:0.9.1'

Leiningen

[com.cloudera.cdk/cdk-data-core "0.9.1"]

SBT

libraryDependencies += "com.cloudera.cdk" %% "cdk-data-core" % "0.9.1"

Back to top

Version: 0.9.1. Last Published: 2014-01-14.

Reflow Maven skin by Andrius Velykis.