<dependency>
<groupId>org.switchyard.components</groupId>
<artifactId>switchyard-component-camel-cxf</artifactId>
<version>2.0.0.Alpha3</version>
<type>bundle</type>
</dependency>
implementation 'org.switchyard.components:switchyard-component-camel-cxf:2.0.0.Alpha3'
implementation("org.switchyard.components:switchyard-component-camel-cxf:2.0.0.Alpha3")
libraryDependencies += "org.switchyard.components" % "switchyard-component-camel-cxf" % "2.0.0.Alpha3"
@Grapes(
@Grab(group='org.switchyard.components', module='switchyard-component-camel-cxf', version='2.0.0.Alpha3')
)
<dependency org="org.switchyard.components" name="switchyard-component-camel-cxf" rev="2.0.0.Alpha3" />
<parent> <groupId>org.switchyard.components</groupId> <artifactId>switchyard-component-camel-parent</artifactId> <version>2.0.0.Alpha3</version> </parent>
compile
|-- org.switchyard.components:switchyard-component-camel-switchyard
|-- org.apache.camel:camel-core
|-- org.apache.camel:camel-cxf
test
|-- org.switchyard.components:switchyard-component-camel-test