How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>net.gmcbm.dependencies</groupId>
<artifactId>acf-parent</artifactId>
<version>0.5.2</version>
</dependency>
Choose a version of net.gmcbm.dependencies : acf-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.5.x |
acf-parent-0.5.2
|
||
acf-parent-0.5.1
|
|||
acf-parent-0.5.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>net.gmcbm.dependencies</groupId>
<artifactId>acf-parent</artifactId>
<version>0.5.2</version>
</dependency>
Advertisement