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

Jar examples for c:cdap-common

Description

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

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials