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