| Группа | Группаorg.apache.cxf |
|---|---|
| Идентификатор | Идентификаторcxf-rt-ws-mex |
| Версия | Версия2.5.7 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| cxf-rt-ws-mex-2.5.7.pom | |
| cxf-rt-ws-mex-2.5.7.jar | 23 KB |
| cxf-rt-ws-mex-2.5.7-sources.jar | 21 KB |
| cxf-rt-ws-mex-2.5.7-javadoc.jar | 75 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.cxf/cxf-rt-ws-mex/ -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-mex</artifactId>
<version>2.5.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cxf/cxf-rt-ws-mex/
implementation 'org.apache.cxf:cxf-rt-ws-mex:2.5.7'
// https://jarcasting.com/artifacts/org.apache.cxf/cxf-rt-ws-mex/
implementation ("org.apache.cxf:cxf-rt-ws-mex:2.5.7")
'org.apache.cxf:cxf-rt-ws-mex:jar:2.5.7'
<dependency org="org.apache.cxf" name="cxf-rt-ws-mex" rev="2.5.7">
<artifact name="cxf-rt-ws-mex" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.cxf', module='cxf-rt-ws-mex', version='2.5.7')
)
libraryDependencies += "org.apache.cxf" % "cxf-rt-ws-mex" % "2.5.7"
[org.apache.cxf/cxf-rt-ws-mex "2.5.7"]