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