File | Operation |
---|---|
switchyard-component-camel-parent-2.0.1.redhat-621084.pom | download |
<dependency>
<groupId>org.switchyard.components</groupId>
<artifactId>switchyard-component-camel-parent</artifactId>
<version>2.0.1.redhat-621084</version>
<type>pom</type>
</dependency>
implementation 'org.switchyard.components:switchyard-component-camel-parent:2.0.1.redhat-621084'
implementation("org.switchyard.components:switchyard-component-camel-parent:2.0.1.redhat-621084")
libraryDependencies += "org.switchyard.components" % "switchyard-component-camel-parent" % "2.0.1.redhat-621084"
@Grapes(
@Grab(group='org.switchyard.components', module='switchyard-component-camel-parent', version='2.0.1.redhat-621084')
)
<dependency org="org.switchyard.components" name="switchyard-component-camel-parent" rev="2.0.1.redhat-621084" />