How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.ibole</groupId>
<artifactId>infrastructure-parent</artifactId>
<version>1.10.0</version>
</dependency>
Choose a version of com.github.ibole : infrastructure-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.10.x |
infrastructure-parent-1.10.0
|
||
1.0.x |
infrastructure-parent-1.0.9
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.ibole</groupId>
<artifactId>infrastructure-parent</artifactId>
<version>1.10.0</version>
</dependency>
Advertisement