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