How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>software.amazon.randomcutforest</groupId>
<artifactId>randomcutforest-parent</artifactId>
<version>3.7.0</version>
</dependency>
Choose a version of software.amazon.randomcutforest : randomcutforest-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.7.x |
randomcutforest-parent-3.7.0
|
||
3.6.x |
randomcutforest-parent-3.6.0
|
||
3.5.x |
randomcutforest-parent-3.5.1
|
||
randomcutforest-parent-3.5.0
|
|||
3.0.x |
randomcutforest-parent-3.0.0
|
||
3.0 |
randomcutforest-parent-3.0-rc3
|
||
randomcutforest-parent-3.0-rc2.1
|
|||
randomcutforest-parent-3.0-rc2
|
|||
randomcutforest-parent-3.0-rc1
|
|||
2.0.x |
randomcutforest-parent-2.0.1
|
||
2.0 |
randomcutforest-parent-2.0
|
||
randomcutforest-parent-2.0-rc2
|
|||
randomcutforest-parent-2.0-rc1
|
|||
1.0 |
randomcutforest-parent-1.0
|
||
randomcutforest-parent-1.0-alpha
|
POM as dependency in dependencyManagement
<dependency>
<groupId>software.amazon.randomcutforest</groupId>
<artifactId>randomcutforest-parent</artifactId>
<version>3.7.0</version>
</dependency>
Advertisement