is not current version
Last Version 7.1.0.fuse-014

org.fusesource.fabric.fabric-examples:fabric-camel-cluster 1.0

Example showing a fabric cluster with camel and loadbalancing

GroupId

GroupId

org.fusesource.fabric.fabric-examples
ArtifactId

ArtifactId

fabric-camel-cluster
Version

Version

1.0
Type

Type

pom

Download fabric-camel-cluster 1.0


<!-- https://jarcasting.com/artifacts/org.fusesource.fabric.fabric-examples/fabric-camel-cluster/ -->
<dependency>
    <groupId>org.fusesource.fabric.fabric-examples</groupId>
    <artifactId>fabric-camel-cluster</artifactId>
    <version>1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.fusesource.fabric.fabric-examples/fabric-camel-cluster/
implementation 'org.fusesource.fabric.fabric-examples:fabric-camel-cluster:1.0'
// https://jarcasting.com/artifacts/org.fusesource.fabric.fabric-examples/fabric-camel-cluster/
implementation ("org.fusesource.fabric.fabric-examples:fabric-camel-cluster:1.0")
'org.fusesource.fabric.fabric-examples:fabric-camel-cluster:pom:1.0'
<dependency org="org.fusesource.fabric.fabric-examples" name="fabric-camel-cluster" rev="1.0">
  <artifact name="fabric-camel-cluster" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.fusesource.fabric.fabric-examples', module='fabric-camel-cluster', version='1.0')
)
libraryDependencies += "org.fusesource.fabric.fabric-examples" % "fabric-camel-cluster" % "1.0"
[org.fusesource.fabric.fabric-examples/fabric-camel-cluster "1.0"]