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