How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.tez</groupId>
<artifactId>tez-plugins</artifactId>
<version>0.10.1</version>
</dependency>
Choose a version of org.apache.tez : tez-plugins to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.10.x |
tez-plugins-0.10.1
|
||
tez-plugins-0.10.0
|
|||
0.9.x |
tez-plugins-0.9.2
|
||
tez-plugins-0.9.1
|
|||
tez-plugins-0.9.0
|
|||
0.8.x |
tez-plugins-0.8.5
|
||
tez-plugins-0.8.4
|
|||
tez-plugins-0.8.3
|
|||
tez-plugins-0.8.2
|
|||
tez-plugins-0.8.1-alpha
|
|||
tez-plugins-0.8.0-alpha
|
|||
0.7.x |
tez-plugins-0.7.1
|
||
tez-plugins-0.7.0
|
|||
0.6.x |
tez-plugins-0.6.2
|
||
tez-plugins-0.6.1
|
|||
tez-plugins-0.6.0
|
|||
0.5.x |
tez-plugins-0.5.4
|
||
tez-plugins-0.5.3
|
|||
tez-plugins-0.5.2
|
|||
tez-plugins-0.5.1
|
|||
tez-plugins-0.5.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.tez</groupId>
<artifactId>tez-plugins</artifactId>
<version>0.10.1</version>
</dependency>
Advertisement