MVN

org.apache.cxf : cxf-spring-boot-starter-jaxws

Maven & Gradle

Jun 06, 2023
30 usages

Apache CXF Spring Boot Starter JAX-WS · Apache CXF Spring Boot Starter JAX-WS

<dependency>
    <groupId>org.apache.cxf</groupId>
    <artifactId>cxf-spring-boot-starter-jaxws</artifactId>
    <version>4.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.cxf : cxf-spring-boot-starter-jaxws to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.2

All Versions

Choose a version of org.apache.cxf : cxf-spring-boot-starter-jaxws to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
cxf-spring-boot-starter-jaxws-4.0.2
cxf-spring-boot-starter-jaxws-4.0.1
cxf-spring-boot-starter-jaxws-4.0.0
3.6.x
cxf-spring-boot-starter-jaxws-3.6.1
cxf-spring-boot-starter-jaxws-3.6.0
3.5.x
cxf-spring-boot-starter-jaxws-3.5.6
cxf-spring-boot-starter-jaxws-3.5.5
cxf-spring-boot-starter-jaxws-3.5.4
cxf-spring-boot-starter-jaxws-3.5.3
cxf-spring-boot-starter-jaxws-3.5.2
cxf-spring-boot-starter-jaxws-3.5.1
cxf-spring-boot-starter-jaxws-3.5.0
3.4.x
cxf-spring-boot-starter-jaxws-3.4.10
cxf-spring-boot-starter-jaxws-3.4.9
cxf-spring-boot-starter-jaxws-3.4.8
cxf-spring-boot-starter-jaxws-3.4.7
cxf-spring-boot-starter-jaxws-3.4.6
cxf-spring-boot-starter-jaxws-3.4.5
cxf-spring-boot-starter-jaxws-3.4.4
cxf-spring-boot-starter-jaxws-3.4.3
cxf-spring-boot-starter-jaxws-3.4.2
cxf-spring-boot-starter-jaxws-3.4.1
cxf-spring-boot-starter-jaxws-3.4.0
3.3.x
cxf-spring-boot-starter-jaxws-3.3.13
cxf-spring-boot-starter-jaxws-3.3.12
cxf-spring-boot-starter-jaxws-3.3.11
cxf-spring-boot-starter-jaxws-3.3.10
cxf-spring-boot-starter-jaxws-3.3.9
cxf-spring-boot-starter-jaxws-3.3.8
cxf-spring-boot-starter-jaxws-3.3.7
cxf-spring-boot-starter-jaxws-3.3.6
cxf-spring-boot-starter-jaxws-3.3.5
cxf-spring-boot-starter-jaxws-3.3.4
cxf-spring-boot-starter-jaxws-3.3.3
cxf-spring-boot-starter-jaxws-3.3.2
cxf-spring-boot-starter-jaxws-3.3.1
cxf-spring-boot-starter-jaxws-3.3.0
3.2.x
cxf-spring-boot-starter-jaxws-3.2.14
cxf-spring-boot-starter-jaxws-3.2.13
cxf-spring-boot-starter-jaxws-3.2.12
cxf-spring-boot-starter-jaxws-3.2.11
cxf-spring-boot-starter-jaxws-3.2.10
cxf-spring-boot-starter-jaxws-3.2.9
cxf-spring-boot-starter-jaxws-3.2.8
cxf-spring-boot-starter-jaxws-3.2.7
cxf-spring-boot-starter-jaxws-3.2.6
cxf-spring-boot-starter-jaxws-3.2.5
cxf-spring-boot-starter-jaxws-3.2.4
cxf-spring-boot-starter-jaxws-3.2.3
cxf-spring-boot-starter-jaxws-3.2.2
cxf-spring-boot-starter-jaxws-3.2.1
cxf-spring-boot-starter-jaxws-3.2.0
3.1.x
cxf-spring-boot-starter-jaxws-3.1.18
cxf-spring-boot-starter-jaxws-3.1.17
cxf-spring-boot-starter-jaxws-3.1.16
cxf-spring-boot-starter-jaxws-3.1.15
cxf-spring-boot-starter-jaxws-3.1.14
cxf-spring-boot-starter-jaxws-3.1.13
cxf-spring-boot-starter-jaxws-3.1.12
cxf-spring-boot-starter-jaxws-3.1.11
cxf-spring-boot-starter-jaxws-3.1.10
cxf-spring-boot-starter-jaxws-3.1.9
cxf-spring-boot-starter-jaxws-3.1.8
cxf-spring-boot-starter-jaxws-3.1.7

How to add a dependency to Maven

Add the following org.apache.cxf : cxf-spring-boot-starter-jaxws maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.cxf</groupId>
    <artifactId>cxf-spring-boot-starter-jaxws</artifactId>
    <version>4.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.cxf : cxf-spring-boot-starter-jaxws gradle dependency to your build.gradle file:

implementation 'org.apache.cxf:cxf-spring-boot-starter-jaxws:4.0.2'

Gradle Kotlin DSL: Add the following org.apache.cxf : cxf-spring-boot-starter-jaxws gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.cxf:cxf-spring-boot-starter-jaxws:4.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.cxf : cxf-spring-boot-starter-jaxws sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.cxf" % "cxf-spring-boot-starter-jaxws" % "4.0.2"

Advertisement

Dependencies from Group

Jun 06, 2023
846 usages
Jun 06, 2023
832 usages
Jun 06, 2023
769 usages
Jun 06, 2023
363 usages

Discover Dependencies

Jun 09, 2023
244 usages
60 stars
Nov 16, 2022
277 usages
805 stars
Apr 30, 2023
46 usages
31 stars
Jun 29, 2023
102 usages
9.4k stars
Nov 03, 2017
3 usages
Jun 20, 2019
4 usages
180 stars
Aug 17, 2023
488 usages
67.4k stars
Jul 10, 2023
135 usages
3.3k stars