MVN

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

Maven & Gradle

Apr 05, 2013
7 stars

Fuse Fabric :: Example :: Cluster with Fabric Camel :: Client

<dependency>
    <groupId>org.fusesource.examples.fabric-camel-cluster</groupId>
    <artifactId>camel-client</artifactId>
    <version>7.2.0.redhat-024</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.fusesource.examples.fabric-camel-cluster : camel-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.2.0.redhat-024

All Versions

Choose a version of org.fusesource.examples.fabric-camel-cluster : camel-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.2.x
camel-client-7.2.0.redhat-024
7.1.x
camel-client-7.1.0.fuse-047

How to add a dependency to Maven

Add the following org.fusesource.examples.fabric-camel-cluster : camel-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.fusesource.examples.fabric-camel-cluster</groupId>
    <artifactId>camel-client</artifactId>
    <version>7.2.0.redhat-024</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.fusesource.examples.fabric-camel-cluster : camel-client gradle dependency to your build.gradle file:

implementation 'org.fusesource.examples.fabric-camel-cluster:camel-client:7.2.0.redhat-024'

Gradle Kotlin DSL: Add the following org.fusesource.examples.fabric-camel-cluster : camel-client gradle kotlin dependency to your build.gradle.kts file:

implementation("org.fusesource.examples.fabric-camel-cluster:camel-client:7.2.0.redhat-024")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.fusesource.examples.fabric-camel-cluster : camel-client sbt scala dependency to your build.sbt file:

libraryDependencies += "org.fusesource.examples.fabric-camel-cluster" % "camel-client" % "7.2.0.redhat-024"

Advertisement