How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>cn.felord</groupId>
<artifactId>payment-spring-boot</artifactId>
<version>1.0.19.RELEASE</version>
</dependency>
Choose a version of cn.felord : payment-spring-boot to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
payment-spring-boot-1.0.19.RELEASE
|
||
payment-spring-boot-1.0.18.RELEASE
|
|||
payment-spring-boot-1.0.17.RELEASE
|
|||
payment-spring-boot-1.0.16.RELEASE
|
|||
payment-spring-boot-1.0.15.RELEASE
|
|||
payment-spring-boot-1.0.14.RELEASE
|
|||
payment-spring-boot-1.0.13.RELEASE
|
|||
payment-spring-boot-1.0.12.RELEASE
|
|||
payment-spring-boot-1.0.11.RELEASE
|
|||
payment-spring-boot-1.0.10.RELEASE
|
|||
payment-spring-boot-1.0.9.RELEASE
|
|||
payment-spring-boot-1.0.8.RELEASE
|
|||
payment-spring-boot-1.0.7.RELEASE
|
|||
payment-spring-boot-1.0.6.RELEASE
|
|||
payment-spring-boot-1.0.5.RELEASE
|
|||
payment-spring-boot-1.0.4.RELEASE
|
|||
payment-spring-boot-1.0.3.RELEASE
|
|||
payment-spring-boot-1.0.2.RELEASE
|
|||
payment-spring-boot-1.0.1.RELEASE
|
|||
payment-spring-boot-1.0.0.RELEASE
|
POM as dependency in dependencyManagement
<dependency>
<groupId>cn.felord</groupId>
<artifactId>payment-spring-boot</artifactId>
<version>1.0.19.RELEASE</version>
</dependency>
Advertisement