How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.bigdullrock</groupId>
<artifactId>nifty-spring-boot-starter-parent</artifactId>
<version>0.8.0</version>
</dependency>
Choose a version of com.bigdullrock : nifty-spring-boot-starter-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.8.x |
nifty-spring-boot-starter-parent-0.8.0
|
||
0.7.x |
nifty-spring-boot-starter-parent-0.7.0
|
||
0.6.x |
nifty-spring-boot-starter-parent-0.6.0
|
||
0.5.x |
nifty-spring-boot-starter-parent-0.5.0
|
||
0.4.x |
nifty-spring-boot-starter-parent-0.4.2
|
||
nifty-spring-boot-starter-parent-0.4.1
|
|||
nifty-spring-boot-starter-parent-0.4.0
|
|||
0.3.x |
nifty-spring-boot-starter-parent-0.3.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.bigdullrock</groupId>
<artifactId>nifty-spring-boot-starter-parent</artifactId>
<version>0.8.0</version>
</dependency>
Advertisement