GroupId | GroupIdorg.apache.cxf |
---|---|
ArtifactId | ArtifactIdcxf-rt-ws-rm |
Version | Version2.2.10 |
Type | Typejar |
Filename | Size |
---|---|
cxf-rt-ws-rm-2.2.10.pom | |
cxf-rt-ws-rm-2.2.10.jar | 178 KB |
cxf-rt-ws-rm-2.2.10-sources.jar | 138 KB |
cxf-rt-ws-rm-2.2.10-javadoc.jar | 455 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.2.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cxf/cxf-rt-ws-rm/
implementation 'org.apache.cxf:cxf-rt-ws-rm:2.2.10'
// https://jarcasting.com/artifacts/org.apache.cxf/cxf-rt-ws-rm/
implementation ("org.apache.cxf:cxf-rt-ws-rm:2.2.10")
'org.apache.cxf:cxf-rt-ws-rm:jar:2.2.10'
<dependency org="org.apache.cxf" name="cxf-rt-ws-rm" rev="2.2.10">
<artifact name="cxf-rt-ws-rm" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.cxf', module='cxf-rt-ws-rm', version='2.2.10')
)
libraryDependencies += "org.apache.cxf" % "cxf-rt-ws-rm" % "2.2.10"
[org.apache.cxf/cxf-rt-ws-rm "2.2.10"]