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