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