| License |
License |
|---|---|
| GroupId | GroupIdio.cdap.cdap |
| ArtifactId | ArtifactIdcdap-api |
| Last Version | Last Version6.7.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionCDAP API
Data Application Platform for Hadoop
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| cdap-api-6.7.0.pom | |
| cdap-api-6.7.0.jar | 520 KB |
| cdap-api-6.7.0-sources.jar | 485 KB |
| cdap-api-6.7.0-javadoc.jar | 2 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.cdap.cdap/cdap-api/ -->
<dependency>
<groupId>io.cdap.cdap</groupId>
<artifactId>cdap-api</artifactId>
<version>6.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.cdap.cdap/cdap-api/
implementation 'io.cdap.cdap:cdap-api:6.7.0'
// https://jarcasting.com/artifacts/io.cdap.cdap/cdap-api/
implementation ("io.cdap.cdap:cdap-api:6.7.0")
'io.cdap.cdap:cdap-api:jar:6.7.0'
<dependency org="io.cdap.cdap" name="cdap-api" rev="6.7.0">
<artifact name="cdap-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.cdap.cdap', module='cdap-api', version='6.7.0')
)
libraryDependencies += "io.cdap.cdap" % "cdap-api" % "6.7.0"
[io.cdap.cdap/cdap-api "6.7.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.cdap.cdap : cdap-api-common | jar | 6.7.0 |
| com.google.code.findbugs : jsr305 | jar | 2.0.1 |
| com.google.code.gson : gson | jar | 2.3.1 |
| org.slf4j : slf4j-api | jar | 1.7.5 |
| org.apache.tephra : tephra-api | jar | 0.15.0-incubating |
| io.cdap.twill : twill-api | jar | 1.0.0 |
| javax.ws.rs : javax.ws.rs-api | jar | 2.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |