c

cxf-ws-rm

CXF example using WS-RM
Files download
File Operation
cxf-ws-rm-7.0.1.jar download
cxf-ws-rm-7.0.1.pom download
cxf-ws-rm-7.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.servicemix.examples</groupId>
  <artifactId>cxf-ws-rm</artifactId>
  <version>7.0.1</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.servicemix.examples:cxf-ws-rm:7.0.1'
Gradle Kotlin
implementation("org.apache.servicemix.examples:cxf-ws-rm:7.0.1")
Scala SBT
libraryDependencies += "org.apache.servicemix.examples" % "cxf-ws-rm" % "7.0.1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.servicemix.examples', module='cxf-ws-rm', version='7.0.1')
)
Apache Ivy
<dependency org="org.apache.servicemix.examples" name="cxf-ws-rm" rev="7.0.1" />
Leiningen
[org.apache.servicemix.examples/cxf-ws-rm "7.0.1"]
Apache Buildr
'org.apache.servicemix.examples:cxf-ws-rm:jar:7.0.1'