License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.apache.hadoop |
ArtifactId | ArtifactIdhadoop-client-api |
Last Version | Last Version3.3.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Hadoop Client API
Apache Hadoop Client
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
hadoop-client-api-3.3.3.pom | |
hadoop-client-api-3.3.3.jar | 17 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.hadoop/hadoop-client-api/ -->
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-client-api</artifactId>
<version>3.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.hadoop/hadoop-client-api/
implementation 'org.apache.hadoop:hadoop-client-api:3.3.3'
// https://jarcasting.com/artifacts/org.apache.hadoop/hadoop-client-api/
implementation ("org.apache.hadoop:hadoop-client-api:3.3.3")
'org.apache.hadoop:hadoop-client-api:jar:3.3.3'
<dependency org="org.apache.hadoop" name="hadoop-client-api" rev="3.3.3">
<artifact name="hadoop-client-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.hadoop', module='hadoop-client-api', version='3.3.3')
)
libraryDependencies += "org.apache.hadoop" % "hadoop-client-api" % "3.3.3"
[org.apache.hadoop/hadoop-client-api "3.3.3"]
Group / Artifact | Type | Version |
---|---|---|
org.xerial.snappy : snappy-java | jar | 1.1.8.2 |