GroupId | GroupIdorg.fusesource.fabric.fabric-examples |
---|---|
ArtifactId | ArtifactIdfabric-camel-cluster |
Version | Version1.1 |
Type | Typepom |
Filename | Size |
---|---|
fabric-camel-cluster-1.1.pom | 3 KB |
Browse |
<!-- 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.1</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.1'
// https://jarcasting.com/artifacts/org.fusesource.fabric.fabric-examples/fabric-camel-cluster/
implementation ("org.fusesource.fabric.fabric-examples:fabric-camel-cluster:1.1")
'org.fusesource.fabric.fabric-examples:fabric-camel-cluster:pom:1.1'
<dependency org="org.fusesource.fabric.fabric-examples" name="fabric-camel-cluster" rev="1.1">
<artifact name="fabric-camel-cluster" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.fusesource.fabric.fabric-examples', module='fabric-camel-cluster', version='1.1')
)
libraryDependencies += "org.fusesource.fabric.fabric-examples" % "fabric-camel-cluster" % "1.1"
[org.fusesource.fabric.fabric-examples/fabric-camel-cluster "1.1"]