c

cxf-systests-ws-rm

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