| Группа | Группаorg.apache.cxf |
|---|---|
| Идентификатор | Идентификаторcxf-rt-ws-mex |
| Версия | Версия2.7.14 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| cxf-rt-ws-mex-2.7.14.pom | |
| cxf-rt-ws-mex-2.7.14.jar | 24 KB |
| cxf-rt-ws-mex-2.7.14-sources.jar | 20 KB |
| cxf-rt-ws-mex-2.7.14-javadoc.jar | 88 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.7.14</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cxf/cxf-rt-ws-mex/
implementation 'org.apache.cxf:cxf-rt-ws-mex:2.7.14'
// https://jarcasting.com/artifacts/org.apache.cxf/cxf-rt-ws-mex/
implementation ("org.apache.cxf:cxf-rt-ws-mex:2.7.14")
'org.apache.cxf:cxf-rt-ws-mex:jar:2.7.14'
<dependency org="org.apache.cxf" name="cxf-rt-ws-mex" rev="2.7.14">
<artifact name="cxf-rt-ws-mex" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.cxf', module='cxf-rt-ws-mex', version='2.7.14')
)
libraryDependencies += "org.apache.cxf" % "cxf-rt-ws-mex" % "2.7.14"
[org.apache.cxf/cxf-rt-ws-mex "2.7.14"]