GroupId | GroupIdorg.apache.cxf |
---|---|
ArtifactId | ArtifactIdcxf-rt-ws-rm |
Version | Version2.3.6 |
Type | Typejar |
Filename | Size |
---|---|
cxf-rt-ws-rm-2.3.6.pom | |
cxf-rt-ws-rm-2.3.6.jar | 183 KB |
cxf-rt-ws-rm-2.3.6-sources.jar | 141 KB |
cxf-rt-ws-rm-2.3.6-javadoc.jar | 461 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.cxf/cxf-rt-ws-rm/ -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-rm</artifactId>
<version>2.3.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cxf/cxf-rt-ws-rm/
implementation 'org.apache.cxf:cxf-rt-ws-rm:2.3.6'
// https://jarcasting.com/artifacts/org.apache.cxf/cxf-rt-ws-rm/
implementation ("org.apache.cxf:cxf-rt-ws-rm:2.3.6")
'org.apache.cxf:cxf-rt-ws-rm:jar:2.3.6'
<dependency org="org.apache.cxf" name="cxf-rt-ws-rm" rev="2.3.6">
<artifact name="cxf-rt-ws-rm" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.cxf', module='cxf-rt-ws-rm', version='2.3.6')
)
libraryDependencies += "org.apache.cxf" % "cxf-rt-ws-rm" % "2.3.6"
[org.apache.cxf/cxf-rt-ws-rm "2.3.6"]