License |
License |
---|---|
GroupId | GroupIdio.cdap.cdap |
ArtifactId | ArtifactIdcdap-proto |
Last Version | Last Version6.7.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCDAP Protocol
Data Application Platform for Hadoop
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
cdap-proto-6.7.0.pom | |
cdap-proto-6.7.0.jar | 254 KB |
cdap-proto-6.7.0-sources.jar | 186 KB |
cdap-proto-6.7.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.cdap.cdap/cdap-proto/ -->
<dependency>
<groupId>io.cdap.cdap</groupId>
<artifactId>cdap-proto</artifactId>
<version>6.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.cdap.cdap/cdap-proto/
implementation 'io.cdap.cdap:cdap-proto:6.7.0'
// https://jarcasting.com/artifacts/io.cdap.cdap/cdap-proto/
implementation ("io.cdap.cdap:cdap-proto:6.7.0")
'io.cdap.cdap:cdap-proto:jar:6.7.0'
<dependency org="io.cdap.cdap" name="cdap-proto" rev="6.7.0">
<artifact name="cdap-proto" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.cdap.cdap', module='cdap-proto', version='6.7.0')
)
libraryDependencies += "io.cdap.cdap" % "cdap-proto" % "6.7.0"
[io.cdap.cdap/cdap-proto "6.7.0"]
Group / Artifact | Type | Version |
---|---|---|
io.cdap.cdap : cdap-api | jar | 6.7.0 |
io.cdap.cdap : cdap-runtime-spi | jar | 6.7.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
com.google.guava : guava | jar | 13.0.1 |