How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>bigtop-test-execution</artifactId>
<version>3.2.1</version>
</dependency>
Choose a version of org.apache.bigtop.itest : bigtop-test-execution to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.2.x |
bigtop-test-execution-3.2.1
|
||
3.1.x |
bigtop-test-execution-3.1.1
|
||
bigtop-test-execution-3.1.0
|
|||
3.0.x |
bigtop-test-execution-3.0.1
|
||
bigtop-test-execution-3.0.0
|
|||
1.5.x |
bigtop-test-execution-1.5.0
|
||
1.4.x |
bigtop-test-execution-1.4.0
|
||
1.3.x |
bigtop-test-execution-1.3.0
|
||
1.2.x |
bigtop-test-execution-1.2.1
|
||
bigtop-test-execution-1.2.0
|
|||
1.1.x |
bigtop-test-execution-1.1.0
|
||
1.0.x |
bigtop-test-execution-1.0.0
|
||
0.8.x |
bigtop-test-execution-0.8.0
|
||
0.7.x |
bigtop-test-execution-0.7.0
|
||
0.6.x |
bigtop-test-execution-0.6.0
|
||
0.5.x |
bigtop-test-execution-0.5.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>bigtop-test-execution</artifactId>
<version>3.2.1</version>
</dependency>
Advertisement