MVN

org.fusesource.examples.fabric-camel-dosgi : camel-route

Maven & Gradle

Apr 05, 2013
7 stars

Fuse Fabric :: Example :: Camel DOSGI :: Route

<dependency>
    <groupId>org.fusesource.examples.fabric-camel-dosgi</groupId>
    <artifactId>camel-route</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-dosgi : camel-route 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-dosgi : camel-route to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

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

<dependency>
    <groupId>org.fusesource.examples.fabric-camel-dosgi</groupId>
    <artifactId>camel-route</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-dosgi : camel-route gradle dependency to your build.gradle file:

implementation 'org.fusesource.examples.fabric-camel-dosgi:camel-route:7.2.0.redhat-024'

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

implementation("org.fusesource.examples.fabric-camel-dosgi:camel-route:7.2.0.redhat-024")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.fusesource.examples.fabric-camel-dosgi" % "camel-route" % "7.2.0.redhat-024"