How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.hexocraft</groupId>
<artifactId>hexocraft-parent</artifactId>
<version>11</version>
</dependency>
Choose a version of com.github.hexocraft : hexocraft-parent to add to Maven - Latest Versions:
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.hexocraft</groupId>
<artifactId>hexocraft-parent</artifactId>
<version>11</version>
</dependency>