<dependency>
<groupId>de.codecentric</groupId>
<artifactId>cxf-spring-boot-starter-maven-plugin</artifactId>
<version>1.0.5.RELEASE</version>
<type>maven-plugin</type>
</dependency>
libraryDependencies += "de.codecentric" % "cxf-spring-boot-starter-maven-plugin" % "1.0.5.RELEASE"
@Grapes(
@Grab(group='de.codecentric', module='cxf-spring-boot-starter-maven-plugin', version='1.0.5.RELEASE')
)
<dependency org="de.codecentric" name="cxf-spring-boot-starter-maven-plugin" rev="1.0.5.RELEASE" />