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:
Version | Vulnerabilities | Updated | |
---|---|---|---|
11 |
hexocraft-parent-11
|
||
10 |
hexocraft-parent-10
|
||
9 |
hexocraft-parent-9
|
||
8 |
hexocraft-parent-8
|
||
7 |
hexocraft-parent-7
|
||
6 |
hexocraft-parent-6
|
||
5 |
hexocraft-parent-5
|
||
4 |
hexocraft-parent-4
|
||
3 |
hexocraft-parent-3
|
||
2 |
hexocraft-parent-2
|
||
1 |
hexocraft-parent-1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.hexocraft</groupId>
<artifactId>hexocraft-parent</artifactId>
<version>11</version>
</dependency>
Advertisement