MVN

org.apache.camel : camel-bundle

Maven & Gradle

Jul 20, 2009
1 usages

Camel :: Assembly :: Bundle · Apache Camel Bundle

<dependency>
    <groupId>org.apache.camel</groupId>
    <artifactId>camel-bundle</artifactId>
    <version>2.0-M3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.camel : camel-bundle to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0-M3

All Versions

Choose a version of org.apache.camel : camel-bundle to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0
camel-bundle-2.0-M3
camel-bundle-2.0-M2
camel-bundle-2.0-M1
1.6.x
camel-bundle-1.6.1
camel-bundle-1.6.0
1.5.x
camel-bundle-1.5.0
1.4.x
camel-bundle-1.4.0

How to add a dependency to Maven

Add the following org.apache.camel : camel-bundle maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.camel</groupId>
    <artifactId>camel-bundle</artifactId>
    <version>2.0-M3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.camel : camel-bundle gradle dependency to your build.gradle file:

implementation 'org.apache.camel:camel-bundle:2.0-M3'

Gradle Kotlin DSL: Add the following org.apache.camel : camel-bundle gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.camel:camel-bundle:2.0-M3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.camel : camel-bundle sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.camel" % "camel-bundle" % "2.0-M3"