MVN

org.apache.hadoop.thirdparty : hadoop-thirdparty

Maven & Gradle

May 26, 2021
17 stars

Apache Hadoop Third-party Libs · Packaging of relocated (renamed, shaded) third-party libraries used by Hadoop.

<dependency>
    <groupId>org.apache.hadoop.thirdparty</groupId>
    <artifactId>hadoop-thirdparty</artifactId>
    <version>1.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.hadoop.thirdparty : hadoop-thirdparty to add to Maven - Latest Versions:

  • Latest Stable: 1.1.1

All Versions

Choose a version of org.apache.hadoop.thirdparty : hadoop-thirdparty to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1.x
hadoop-thirdparty-1.1.1
hadoop-thirdparty-1.1.0
1.0.x
hadoop-thirdparty-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.apache.hadoop.thirdparty</groupId>
    <artifactId>hadoop-thirdparty</artifactId>
    <version>1.1.1</version>
</dependency>