Download cdap-client-4.1.0.jar file - Jar c

Jar examples for c:cdap-client

Description

You can download jar file cdap-client 4.1.0 in this page.

License

Apache License

Build File

You can use the following script to add cdap-client-4.1.0.jar to your project.

<dependency>
   <groupId>co.cask.cdap</groupId>
   <artifactId>cdap-client</artifactId>
   <version>4.1.0</version>
</dependency>
compile group: 'co.cask.cdap', name: 'cdap-client', version: '4.1.0'
libraryDependencies += "co.cask.cdap" % "cdap-client" % "4.1.0"
<dependency org="co.cask.cdap" name="cdap-client" rev="4.1.0"/>
@Grapes(@Grab(group='co.cask.cdap', module='cdap-client', version='4.1.0'))
'co.cask.cdap:cdap-client:jar:4.1.0'

Download

Click the following link to download the jar file.

cdap-client-4.1.0-javadoc.jar
cdap-client-4.1.0-sources.jar
cdap-client-4.1.0.jar
cdap-client-4.1.0.pom



Related Tutorials