How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>de.codecentric</groupId>
<artifactId>cxf-spring-boot-starter-samples</artifactId>
<version>2.7.0</version>
</dependency>
Choose a version of de.codecentric : cxf-spring-boot-starter-samples to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.7.x |
cxf-spring-boot-starter-samples-2.7.0
|
||
2.5.x |
cxf-spring-boot-starter-samples-2.5.0
|
||
2.4.x |
cxf-spring-boot-starter-samples-2.4.1
|
||
2.2.x |
cxf-spring-boot-starter-samples-2.2.1.RELEASE
|
||
2.1.x |
cxf-spring-boot-starter-samples-2.1.7.RELEASE
|
POM as dependency in dependencyManagement
<dependency>
<groupId>de.codecentric</groupId>
<artifactId>cxf-spring-boot-starter-samples</artifactId>
<version>2.7.0</version>
</dependency>
Advertisement