How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.bigdullrock</groupId>
<artifactId>spring-boot-starter-nifty-parent</artifactId>
<version>0.3.0</version>
</dependency>
Choose a version of com.bigdullrock : spring-boot-starter-nifty-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.3.x |
spring-boot-starter-nifty-parent-0.3.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.bigdullrock</groupId>
<artifactId>spring-boot-starter-nifty-parent</artifactId>
<version>0.3.0</version>
</dependency>
Advertisement