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