How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.hbase.thirdparty</groupId>
<artifactId>hbase-thirdparty</artifactId>
<version>4.1.4</version>
</dependency>
Choose a version of org.apache.hbase.thirdparty : hbase-thirdparty to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
4.1.x |
hbase-thirdparty-4.1.4
|
||
hbase-thirdparty-4.1.3
|
|||
hbase-thirdparty-4.1.2
|
|||
hbase-thirdparty-4.1.1
|
|||
hbase-thirdparty-4.1.0
|
|||
4.0.x |
hbase-thirdparty-4.0.1
|
||
hbase-thirdparty-4.0.0
|
|||
3.5.x |
hbase-thirdparty-3.5.1
|
||
hbase-thirdparty-3.5.0
|
|||
3.4.x |
hbase-thirdparty-3.4.1
|
||
hbase-thirdparty-3.4.0
|
|||
3.3.x |
hbase-thirdparty-3.3.0
|
||
3.2.x |
hbase-thirdparty-3.2.0
|
||
3.1.x |
hbase-thirdparty-3.1.1
|
||
hbase-thirdparty-3.1.0
|
|||
3.0.x |
hbase-thirdparty-3.0.0
|
||
2.2.x |
hbase-thirdparty-2.2.1
|
||
hbase-thirdparty-2.2.0
|
|||
2.1.x |
hbase-thirdparty-2.1.0
|
||
2.0.x |
hbase-thirdparty-2.0.0
|
||
1.0.x |
hbase-thirdparty-1.0.1
|
||
hbase-thirdparty-1.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.hbase.thirdparty</groupId>
<artifactId>hbase-thirdparty</artifactId>
<version>4.1.4</version>
</dependency>
Advertisement