How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-yarn-server-timelineservice-hbase</artifactId>
<version>3.3.6</version>
</dependency>
Choose a version of org.apache.hadoop : hadoop-yarn-server-timelineservice-hbase to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.3.x |
hadoop-yarn-server-timelineservice-hbase-3.3.6
|
||
hadoop-yarn-server-timelineservice-hbase-3.3.5
|
|||
hadoop-yarn-server-timelineservice-hbase-3.3.4
|
|||
hadoop-yarn-server-timelineservice-hbase-3.3.3
|
|||
hadoop-yarn-server-timelineservice-hbase-3.3.2
|
|||
hadoop-yarn-server-timelineservice-hbase-3.3.1
|
|||
hadoop-yarn-server-timelineservice-hbase-3.3.0
|
|||
3.2.x |
hadoop-yarn-server-timelineservice-hbase-3.2.4
|
||
hadoop-yarn-server-timelineservice-hbase-3.2.3
|
|||
hadoop-yarn-server-timelineservice-hbase-3.2.2
|
|||
hadoop-yarn-server-timelineservice-hbase-3.2.1
|
|||
hadoop-yarn-server-timelineservice-hbase-3.2.0
|
|||
3.1.x |
hadoop-yarn-server-timelineservice-hbase-3.1.4
|
||
hadoop-yarn-server-timelineservice-hbase-3.1.3
|
|||
hadoop-yarn-server-timelineservice-hbase-3.1.2
|
|||
hadoop-yarn-server-timelineservice-hbase-3.1.1
|
|||
hadoop-yarn-server-timelineservice-hbase-3.1.0
|
|||
3.0.x |
hadoop-yarn-server-timelineservice-hbase-3.0.3
|
||
hadoop-yarn-server-timelineservice-hbase-3.0.2
|
|||
hadoop-yarn-server-timelineservice-hbase-3.0.1
|
|||
hadoop-yarn-server-timelineservice-hbase-3.0.0
|
|||
hadoop-yarn-server-timelineservice-hbase-3.0.0-beta1
|
|||
hadoop-yarn-server-timelineservice-hbase-3.0.0-alpha4
|
|||
hadoop-yarn-server-timelineservice-hbase-3.0.0-alpha3
|
|||
hadoop-yarn-server-timelineservice-hbase-3.0.0-alpha2
|
|||
2.10.x |
hadoop-yarn-server-timelineservice-hbase-2.10.2
|
||
hadoop-yarn-server-timelineservice-hbase-2.10.1
|
|||
hadoop-yarn-server-timelineservice-hbase-2.10.0
|
|||
2.9.x |
hadoop-yarn-server-timelineservice-hbase-2.9.2
|
||
hadoop-yarn-server-timelineservice-hbase-2.9.1
|
|||
hadoop-yarn-server-timelineservice-hbase-2.9.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-yarn-server-timelineservice-hbase</artifactId>
<version>3.3.6</version>
</dependency>
Advertisement