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