How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.codingapi.springboot</groupId>
<artifactId>springboot-parent</artifactId>
<version>2.1.5</version>
</dependency>
Choose a version of com.codingapi.springboot : springboot-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.1.x |
springboot-parent-2.1.5
|
||
springboot-parent-2.1.4
|
|||
springboot-parent-2.1.3
|
|||
springboot-parent-2.1.2
|
|||
springboot-parent-2.1.1
|
|||
springboot-parent-2.1.0
|
|||
2.0.x |
springboot-parent-2.0.4
|
||
springboot-parent-2.0.3
|
|||
springboot-parent-2.0.2
|
|||
springboot-parent-2.0.1
|
|||
springboot-parent-2.0.0
|
|||
1.5.x |
springboot-parent-1.5.18
|
||
springboot-parent-1.5.17.1
|
|||
springboot-parent-1.5.17
|
|||
springboot-parent-1.5.16
|
|||
springboot-parent-1.5.15
|
|||
springboot-parent-1.5.14
|
|||
springboot-parent-1.5.13
|
|||
springboot-parent-1.5.12
|
|||
springboot-parent-1.5.11
|
|||
springboot-parent-1.5.10
|
|||
springboot-parent-1.5.9
|
|||
springboot-parent-1.5.8
|
|||
springboot-parent-1.5.7
|
|||
springboot-parent-1.5.6
|
|||
springboot-parent-1.5.5
|
|||
springboot-parent-1.5.4
|
|||
springboot-parent-1.5.3
|
|||
springboot-parent-1.5.2
|
|||
springboot-parent-1.5.1
|
|||
springboot-parent-1.5.0
|
|||
1.4.x |
springboot-parent-1.4.13
|
||
springboot-parent-1.4.12
|
|||
springboot-parent-1.4.11
|
|||
springboot-parent-1.4.11.dev
|
|||
springboot-parent-1.4.10
|
|||
springboot-parent-1.4.9
|
|||
springboot-parent-1.4.8
|
|||
springboot-parent-1.4.7
|
|||
springboot-parent-1.4.6
|
|||
springboot-parent-1.4.5
|
|||
springboot-parent-1.4.4
|
|||
springboot-parent-1.4.3
|
|||
springboot-parent-1.4.2
|
|||
springboot-parent-1.4.1
|
|||
springboot-parent-1.4.0
|
|||
1.1.x |
springboot-parent-1.1.8
|
||
springboot-parent-1.1.7
|
|||
springboot-parent-1.1.6
|
|||
springboot-parent-1.1.4
|
|||
springboot-parent-1.1.3
|
|||
springboot-parent-1.1.2
|
|||
springboot-parent-1.1.1
|
|||
springboot-parent-1.1.0
|
|||
0.1.x |
springboot-parent-0.1.2
|
||
springboot-parent-0.1.1
|
|||
springboot-parent-0.1.0
|
|||
0.0.x |
springboot-parent-0.0.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.codingapi.springboot</groupId>
<artifactId>springboot-parent</artifactId>
<version>2.1.5</version>
</dependency>
Advertisement