How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>xin.alum</groupId>
<artifactId>aio-parent</artifactId>
<version>1.9.3</version>
</dependency>
Choose a version of xin.alum : aio-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.9.x |
aio-parent-1.9.3
|
||
aio-parent-1.9.2
|
|||
aio-parent-1.9.1
|
|||
aio-parent-1.9.0
|
|||
1.7.x |
aio-parent-1.7.0
|
||
1.6.x |
aio-parent-1.6.8
|
POM as dependency in dependencyManagement
<dependency>
<groupId>xin.alum</groupId>
<artifactId>aio-parent</artifactId>
<version>1.9.3</version>
</dependency>
Advertisement