| License |
License |
|---|---|
| GroupId | GroupIdio.cdap.cdap |
| ArtifactId | ArtifactIdcdap-api-common |
| Version | Version6.4.1 |
| Type | Typejar |
| Description |
DescriptionCDAP API Common
Data Application Platform for Hadoop
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| cdap-api-common-6.4.1.pom | |
| cdap-api-common-6.4.1.jar | 69 KB |
| cdap-api-common-6.4.1-sources.jar | 47 KB |
| cdap-api-common-6.4.1-javadoc.jar | 179 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.cdap.cdap/cdap-api-common/ -->
<dependency>
<groupId>io.cdap.cdap</groupId>
<artifactId>cdap-api-common</artifactId>
<version>6.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.cdap.cdap/cdap-api-common/
implementation 'io.cdap.cdap:cdap-api-common:6.4.1'
// https://jarcasting.com/artifacts/io.cdap.cdap/cdap-api-common/
implementation ("io.cdap.cdap:cdap-api-common:6.4.1")
'io.cdap.cdap:cdap-api-common:jar:6.4.1'
<dependency org="io.cdap.cdap" name="cdap-api-common" rev="6.4.1">
<artifact name="cdap-api-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.cdap.cdap', module='cdap-api-common', version='6.4.1')
)
libraryDependencies += "io.cdap.cdap" % "cdap-api-common" % "6.4.1"
[io.cdap.cdap/cdap-api-common "6.4.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.findbugs : jsr305 | jar | 2.0.1 |
| com.google.code.gson : gson | jar | 2.2.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |