c

cxf-rt-bindings-soap

Apache CXF Runtime SOAP Binding
https://cxf.apache.org
Files download
File Operation
cxf-rt-bindings-soap-4.0.4.jar download
cxf-rt-bindings-soap-4.0.4.pom download
cxf-rt-bindings-soap-4.0.4-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.cxf</groupId>
  <artifactId>cxf-rt-bindings-soap</artifactId>
  <version>4.0.4</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.cxf:cxf-rt-bindings-soap:4.0.4'
Gradle Kotlin
implementation("org.apache.cxf:cxf-rt-bindings-soap:4.0.4")
Scala SBT
libraryDependencies += "org.apache.cxf" % "cxf-rt-bindings-soap" % "4.0.4"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.cxf', module='cxf-rt-bindings-soap', version='4.0.4')
)
Apache Ivy
<dependency org="org.apache.cxf" name="cxf-rt-bindings-soap" rev="4.0.4" />
Leiningen
[org.apache.cxf/cxf-rt-bindings-soap "4.0.4"]
Apache Buildr
'org.apache.cxf:cxf-rt-bindings-soap:jar:4.0.4'