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