Registry / other / cdap-api

cdap-api

JSON →
library6.11.1javamavenunverified

CDAP API provides the core interfaces for building data applications on the CDAP platform for Hadoop.

<dependency> <groupId>io.cdap.cdap</groupId> <artifactId>cdap-api</artifactId> <version>6.11.1</version> </dependency>
INSTALL
IMPORT
SIG · CDAP-API
C
cdap-api
otherjavav6.11.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

AbstractApplication
✓ io.cdap.cdap.api.app.AbstractApplication

Create a basic CDAP application.

import io.cdap.cdap.api.app.AbstractApplication; public class MyApp extends AbstractApplication { @Override public void configure() { setName("MyApp"); setDescription("My CDAP application"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
6.11.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
cdap-api — mvn dependency:get cdap-api · libregistry