Download cxf-spring-boot-starter-maven-plugin-1.1.1.RELEASE.jar file - Jar c

Jar examples for c:cxf-spring-boot-starter-maven-plugin

Description

Maven plugin complementing the Boot starter for SOAP-Webservices with Apache CXF using JAX-WS & JAXB with Annotations only

You can download jar file cxf-spring-boot-starter-maven-plugin 1.1.1.RELEASE in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add cxf-spring-boot-starter-maven-plugin-1.1.1.RELEASE.jar to your project.

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

Download

Click the following link to download the jar file.

cxf-spring-boot-starter-maven-plugin-1.1.1.RELEASE-javadoc.jar
cxf-spring-boot-starter-maven-plugin-1.1.1.RELEASE-sources.jar
cxf-spring-boot-starter-maven-plugin-1.1.1.RELEASE.jar
cxf-spring-boot-starter-maven-plugin-1.1.1.RELEASE.pom



Related Tutorials