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