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