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