How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.jack90john</groupId>
<artifactId>spring-boot-with-utils-parent</artifactId>
<version>1.0.1.RELEASE</version>
</dependency>
Choose a version of com.jack90john : spring-boot-with-utils-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
spring-boot-with-utils-parent-1.0.1.RELEASE
|
||
spring-boot-with-utils-parent-1.0.0.RELEASE
|
|||
spring-boot-with-utils-parent-1.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.jack90john</groupId>
<artifactId>spring-boot-with-utils-parent</artifactId>
<version>1.0.1.RELEASE</version>
</dependency>
Advertisement