| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesCLI User Interface | 
        
| GroupId | GroupIdorg.apache.hadoop | 
    
| ArtifactId | ArtifactIdhadoop-client | 
    
| Last Version | Last Version3.3.3 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionApache Hadoop Client Aggregator 
            Apache Hadoop Client aggregation pom with dependencies exposed 
         | 
    
| Project Organization | 
                    Project Organization | 
            
| Filename | Size | 
|---|---|
| hadoop-client-3.3.3.pom | |
| hadoop-client-3.3.3.jar | 410 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.apache.hadoop/hadoop-client/ -->
<dependency>
    <groupId>org.apache.hadoop</groupId>
    <artifactId>hadoop-client</artifactId>
    <version>3.3.3</version>
</dependency>
                // https://jarcasting.com/artifacts/org.apache.hadoop/hadoop-client/
implementation 'org.apache.hadoop:hadoop-client:3.3.3'
                // https://jarcasting.com/artifacts/org.apache.hadoop/hadoop-client/
implementation ("org.apache.hadoop:hadoop-client:3.3.3")
                'org.apache.hadoop:hadoop-client:jar:3.3.3'
                <dependency org="org.apache.hadoop" name="hadoop-client" rev="3.3.3">
  <artifact name="hadoop-client" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.apache.hadoop', module='hadoop-client', version='3.3.3')
)
                libraryDependencies += "org.apache.hadoop" % "hadoop-client" % "3.3.3"
                [org.apache.hadoop/hadoop-client "3.3.3"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.hadoop : hadoop-common | jar | 3.3.3 | 
| org.apache.hadoop : hadoop-hdfs-client | jar | 3.3.3 | 
| org.apache.hadoop : hadoop-yarn-api | jar | 3.3.3 | 
| org.apache.hadoop : hadoop-yarn-client | jar | 3.3.3 | 
| org.apache.hadoop : hadoop-mapreduce-client-core | jar | 3.3.3 | 
| org.apache.hadoop : hadoop-mapreduce-client-jobclient | jar | 3.3.3 | 
| org.apache.hadoop : hadoop-annotations | jar | 3.3.3 |