| License | License | 
|---|---|
| Categories | CategoriesCLI User Interface | 
| GroupId | GroupIdch.cern.hadoop | 
| ArtifactId | ArtifactIdhadoop-client-api | 
| Last Version | Last Version3.2.1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionApache Hadoop Client API Apache Hadoop Client | 
| Project Organization | Project Organization | 
| Source Code Management | Source Code Management | 
<!-- https://jarcasting.com/artifacts/ch.cern.hadoop/hadoop-client-api/ -->
<dependency>
    <groupId>ch.cern.hadoop</groupId>
    <artifactId>hadoop-client-api</artifactId>
    <version>3.2.1</version>
</dependency>// https://jarcasting.com/artifacts/ch.cern.hadoop/hadoop-client-api/
implementation 'ch.cern.hadoop:hadoop-client-api:3.2.1'// https://jarcasting.com/artifacts/ch.cern.hadoop/hadoop-client-api/
implementation ("ch.cern.hadoop:hadoop-client-api:3.2.1")'ch.cern.hadoop:hadoop-client-api:jar:3.2.1'<dependency org="ch.cern.hadoop" name="hadoop-client-api" rev="3.2.1">
  <artifact name="hadoop-client-api" type="jar" />
</dependency>@Grapes(
@Grab(group='ch.cern.hadoop', module='hadoop-client-api', version='3.2.1')
)libraryDependencies += "ch.cern.hadoop" % "hadoop-client-api" % "3.2.1"[ch.cern.hadoop/hadoop-client-api "3.2.1"]