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