MVN

org.apache.camel.quarkus : camel-quarkus-cxf-soap

Maven & Gradle

Jul 30, 2023

Camel Quarkus :: CXF :: Runtime · Expose SOAP WebServices using Apache CXF or connect to external WebServices using CXF WS client.

<dependency>
    <groupId>org.apache.camel.quarkus</groupId>
    <artifactId>camel-quarkus-cxf-soap</artifactId>
    <version>3.0.0-M2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.camel.quarkus : camel-quarkus-cxf-soap to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.0-M2
  • Latest Release Candidate: 3.0.0-RC2

All Versions

Choose a version of org.apache.camel.quarkus : camel-quarkus-cxf-soap to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
camel-quarkus-cxf-soap-3.0.0-RC2
camel-quarkus-cxf-soap-3.0.0-RC1
camel-quarkus-cxf-soap-3.0.0-M2
camel-quarkus-cxf-soap-3.0.0-M1
2.16.x
camel-quarkus-cxf-soap-2.16.0
2.15.x
camel-quarkus-cxf-soap-2.15.0
2.14.x
camel-quarkus-cxf-soap-2.14.0
2.13.x
camel-quarkus-cxf-soap-2.13.3
camel-quarkus-cxf-soap-2.13.2
camel-quarkus-cxf-soap-2.13.1
camel-quarkus-cxf-soap-2.13.0
2.12.x
camel-quarkus-cxf-soap-2.12.0

How to add a dependency to Maven

Add the following org.apache.camel.quarkus : camel-quarkus-cxf-soap maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.camel.quarkus</groupId>
    <artifactId>camel-quarkus-cxf-soap</artifactId>
    <version>3.0.0-M2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.camel.quarkus : camel-quarkus-cxf-soap gradle dependency to your build.gradle file:

implementation 'org.apache.camel.quarkus:camel-quarkus-cxf-soap:3.0.0-M2'

Gradle Kotlin DSL: Add the following org.apache.camel.quarkus : camel-quarkus-cxf-soap gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.camel.quarkus:camel-quarkus-cxf-soap:3.0.0-M2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.camel.quarkus : camel-quarkus-cxf-soap sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.camel.quarkus" % "camel-quarkus-cxf-soap" % "3.0.0-M2"