MVN

org.apache.hadoop : hadoop-build-tools

Maven & Gradle

Jun 18, 2023

Apache Hadoop Build Tools · Apache Hadoop Build Tools Project

<dependency>
    <groupId>org.apache.hadoop</groupId>
    <artifactId>hadoop-build-tools</artifactId>
    <version>3.3.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.hadoop : hadoop-build-tools to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.3.6
  • Latest Beta: 3.0.0-beta1
  • Latest Alpha: 3.0.0-alpha4

All Versions

Choose a version of org.apache.hadoop : hadoop-build-tools to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.3.x
hadoop-build-tools-3.3.6
hadoop-build-tools-3.3.5
hadoop-build-tools-3.3.4
hadoop-build-tools-3.3.3
hadoop-build-tools-3.3.2
hadoop-build-tools-3.3.1
hadoop-build-tools-3.3.0
3.2.x
hadoop-build-tools-3.2.4
hadoop-build-tools-3.2.3
hadoop-build-tools-3.2.2
hadoop-build-tools-3.2.1
hadoop-build-tools-3.2.0
3.1.x
hadoop-build-tools-3.1.4
hadoop-build-tools-3.1.3
hadoop-build-tools-3.1.2
hadoop-build-tools-3.1.1
hadoop-build-tools-3.1.0
3.0.x
hadoop-build-tools-3.0.3
hadoop-build-tools-3.0.2
hadoop-build-tools-3.0.1
hadoop-build-tools-3.0.0
hadoop-build-tools-3.0.0-beta1
hadoop-build-tools-3.0.0-alpha4
hadoop-build-tools-3.0.0-alpha3
hadoop-build-tools-3.0.0-alpha2
hadoop-build-tools-3.0.0-alpha1
2.10.x
hadoop-build-tools-2.10.2
hadoop-build-tools-2.10.1
hadoop-build-tools-2.10.0
2.9.x
hadoop-build-tools-2.9.2
hadoop-build-tools-2.9.1
hadoop-build-tools-2.9.0
2.8.x
hadoop-build-tools-2.8.5
hadoop-build-tools-2.8.4
hadoop-build-tools-2.8.3
hadoop-build-tools-2.8.2
hadoop-build-tools-2.8.1
hadoop-build-tools-2.8.0
2.7.x
hadoop-build-tools-2.7.7
hadoop-build-tools-2.7.6
hadoop-build-tools-2.7.5
hadoop-build-tools-2.7.4
hadoop-build-tools-2.7.3
2.6.x
hadoop-build-tools-2.6.5

How to add a dependency to Maven

Add the following org.apache.hadoop : hadoop-build-tools maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.hadoop</groupId>
    <artifactId>hadoop-build-tools</artifactId>
    <version>3.3.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.hadoop : hadoop-build-tools gradle dependency to your build.gradle file:

implementation 'org.apache.hadoop:hadoop-build-tools:3.3.6'

Gradle Kotlin DSL: Add the following org.apache.hadoop : hadoop-build-tools gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.hadoop:hadoop-build-tools:3.3.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.hadoop : hadoop-build-tools sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.hadoop" % "hadoop-build-tools" % "3.3.6"

Advertisement