<dependency>
<groupId>org.switchyard.components</groupId>
<artifactId>switchyard-component-camel-parent</artifactId>
<version>2.0.1.redhat-621177</version>
</dependency>
implementation group: 'org.switchyard.components', name: 'switchyard-component-camel-parent', version: '2.0.1.redhat-621177'
implementation 'org.switchyard.components:switchyard-component-camel-parent:2.0.1.redhat-621177'
implementation("org.switchyard.components:switchyard-component-camel-parent:2.0.1.redhat-621177")
libraryDependencies += "org.switchyard.components" % "switchyard-component-camel-parent" % "2.0.1.redhat-621177"
<dependency org="org.switchyard.components" name="switchyard-component-camel-parent" rev="2.0.1.redhat-621177"/>
@Grapes(
@Grab(group='org.switchyard.components', module='switchyard-component-camel-parent', version='2.0.1.redhat-621177')
)
[org.switchyard.components/switchyard-component-camel-parent "2.0.1.redhat-621177"]
'org.switchyard.components:switchyard-component-camel-parent:jar:2.0.1.redhat-621177'