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