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.5.1</version>
</dependency>
Choose a version of software.amazon.randomcutforest : randomcutforest-parent to add to Maven - Latest Versions:
POM as dependency in dependencyManagement
<dependency>
<groupId>software.amazon.randomcutforest</groupId>
<artifactId>randomcutforest-parent</artifactId>
<version>3.5.1</version>
</dependency>