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