How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>de.davelee</groupId>
<artifactId>ci-springboot-parent-pom</artifactId>
<version>2.3.0</version>
</dependency>
Choose a version of de.davelee : ci-springboot-parent-pom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.3.x |
ci-springboot-parent-pom-2.3.0
|
||
2.2.x |
ci-springboot-parent-pom-2.2.0
|
||
2.1.x |
ci-springboot-parent-pom-2.1.0
|
||
2.0.x |
ci-springboot-parent-pom-2.0.0
|
||
1.1.x |
ci-springboot-parent-pom-1.1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>de.davelee</groupId>
<artifactId>ci-springboot-parent-pom</artifactId>
<version>2.3.0</version>
</dependency>
Advertisement