GroupId | GroupIdorg.fusesource.fabric.fabric-examples |
---|---|
ArtifactId | ArtifactIdfabric-camel-cluster |
Version | Version1.0 |
Type | Typepom |
Filename | Size |
---|---|
fabric-camel-cluster-1.0.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.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"]