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