How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.anji-plus</groupId>
<artifactId>spring-boot-gaea-parent</artifactId>
<version>2.8.0.RELEASE</version>
</dependency>
Choose a version of com.anji-plus : spring-boot-gaea-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.8.x |
spring-boot-gaea-parent-2.8.0.RELEASE
|
||
2.7.x |
spring-boot-gaea-parent-2.7.0.RELEASE
|
||
2.6.x |
spring-boot-gaea-parent-2.6.0.RELEASE
|
||
2.5.x |
spring-boot-gaea-parent-2.5.0.RELEASE
|
||
2.4.x |
spring-boot-gaea-parent-2.4.1.RELEASE
|
||
spring-boot-gaea-parent-2.4.0.RELEASE
|
|||
2.1.x |
spring-boot-gaea-parent-2.1.0.RELEASE
|
||
2.0.x |
spring-boot-gaea-parent-2.0.5.RELEASE
|
||
spring-boot-gaea-parent-2.0.2.RELEASE
|
|||
spring-boot-gaea-parent-2.0.0.RELEASE
|
|||
1.0.x |
spring-boot-gaea-parent-1.0.0.RELEASE
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.anji-plus</groupId>
<artifactId>spring-boot-gaea-parent</artifactId>
<version>2.8.0.RELEASE</version>
</dependency>
Advertisement