How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.akiraly.reusable-poms</groupId>
<artifactId>pom-parent-with-spring-context</artifactId>
<version>4</version>
</dependency>
Choose a version of com.github.akiraly.reusable-poms : pom-parent-with-spring-context to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
4 |
pom-parent-with-spring-context-4
|
||
3 |
pom-parent-with-spring-context-3
|
||
2 |
pom-parent-with-spring-context-2
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.akiraly.reusable-poms</groupId>
<artifactId>pom-parent-with-spring-context</artifactId>
<version>4</version>
</dependency>
Advertisement