c

cxf-systests-ws-rm

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