Download cdap-common-2.6.3.jar file - Jar c

Jar examples for c:cdap-common

Description

You can download jar file cdap-common 2.6.3 in this page.

License

Apache License

Build File

You can use the following script to add cdap-common-2.6.3.jar to your project.

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

Download

Click the following link to download the jar file.

cdap-common-2.6.3-javadoc.jar
cdap-common-2.6.3-sources.jar
cdap-common-2.6.3-tests.jar
cdap-common-2.6.3.jar
cdap-common-2.6.3.pom



Related Tutorials