How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>cn.kevinkda.core</groupId>
<artifactId>spring-boot-default-configuration</artifactId>
<version>2.1.15.RELEASE</version>
</dependency>
Choose a version of cn.kevinkda.core : spring-boot-default-configuration to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.3.x |
spring-boot-default-configuration-2.3.1.RELEASE
|
||
spring-boot-default-configuration-2.3.0.RELEASE
|
|||
2.2.x |
spring-boot-default-configuration-2.2.8.RELEASE
|
||
2.1.x |
spring-boot-default-configuration-2.1.15.RELEASE
|
||
2.0.x |
spring-boot-default-configuration-2.0.6.RELEASE
|
||
spring-boot-default-configuration-2.0.5.RELEASE
|
|||
spring-boot-default-configuration-2.0.4.RELEASE
|
|||
spring-boot-default-configuration-2.0.3.RELEASE
|
|||
spring-boot-default-configuration-2.0.2.RELEASE
|
|||
spring-boot-default-configuration-2.0.1.RELEASE
|
POM as dependency in dependencyManagement
<dependency>
<groupId>cn.kevinkda.core</groupId>
<artifactId>spring-boot-default-configuration</artifactId>
<version>2.1.15.RELEASE</version>
</dependency>
Advertisement