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