<dependency>
<groupId>org.switchyard.components</groupId>
<artifactId>switchyard-component-camel-cxf</artifactId>
<version>2.0.1.redhat-621159</version>
<type>bundle</type>
</dependency>
implementation 'org.switchyard.components:switchyard-component-camel-cxf:2.0.1.redhat-621159'
implementation("org.switchyard.components:switchyard-component-camel-cxf:2.0.1.redhat-621159")
libraryDependencies += "org.switchyard.components" % "switchyard-component-camel-cxf" % "2.0.1.redhat-621159"
@Grapes(
@Grab(group='org.switchyard.components', module='switchyard-component-camel-cxf', version='2.0.1.redhat-621159')
)
<dependency org="org.switchyard.components" name="switchyard-component-camel-cxf" rev="2.0.1.redhat-621159" />
<parent> <groupId>org.switchyard.components</groupId> <artifactId>switchyard-component-camel-parent</artifactId> <version>2.0.1.redhat-621159</version> </parent>
compile
|-- org.switchyard.components:switchyard-component-common-camel
|-- 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