Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Section
Column
width20%
Wiki Markup
{div:style=padding-right:20px;float:left;}
!http://camel.apache.org/images/camel-box-small.png!
{div}
Column
width80%
Wiki Markup
{div:style=min-height:200px}

Grab these releases while they are hot!

* The latest release for Camel 2.x is [Camel 2.45.0 Release]. 
* The latest release for Camel 1.x is [Camel 1.6.3 Release].

{div}

...

Description

Download Link

PGP Signature file of download

Windows Distribution

apache-camel-2.45.0.zip

apache-camel-2.45.0.zip.asc

Unix/Linux/Cygwin Distribution

apache-camel-2.45.0.tar.gz

apache-camel-2.45.0.tar.gz.asc

Windows Distribution (1.x branch)

apache-camel-1.6.3.zip

apache-camel-1.6.3.zip.asc

Unix/Linux/Cygwin Distribution (1.x branch)

apache-camel-1.6.3.tar.gz

apache-camel-1.6.3.tar.gz.asc

...

Description

Download Link

PGP Signature file of download

Source for Windows

apache-camel-2.45.0-src.zip

apache-camel-2.45.0-src.zip.asc

Source for Unix/Linux/Cygwin

apache-camel-2.45.0-src.tar.gz

apache-camel-2.45.0-src.tar.gz.asc

Source for Windows (1.x branch)

apache-camel-1.6.3-src.zip

apache-camel-1.6.3-src.zip.asc

Source for Unix/Linux/Cygwin (1.x branch)

apache-camel-1.6.3-src.tar.gz

apache-camel-1.6.3-src.tar.gz.asc

...

Code Block
xml
xml
<dependency>
  <groupId>org.apache.camel</groupId>
  <artifactId>camel-core</artifactId>
  <version>2.45.0</version>
</dependency>

...

Maven 2 Repositories

Repository

URL

Apache Camel Releases

https://repository.apache.org/content/repositories/releases/

Apache Camel Releases (old)

For Camel 1.6.0 or older releases: http://people.apache.org/repo/m2-ibiblio-rsync-repository/

Apache Camel SNAPSHOTS

https://repository.apache.org/content/repositories/snapshots/

...

Code Block
xml
xml
    <dependency>
        <groupId>org.apache.camel</groupId>
        <artifactId>camel-core</artifactId>
        <version>2.56-SNAPSHOT</version>
    </dependency>

...

Code Block
xml
xml
  <plugins>
      <!-- Allows the routes to be run via 'mvn camel:run' -->
      <plugin>
          <groupId>org.apache.camel</groupId>
          <artifactId>camel-maven-plugin</artifactId>
          <version>2.56-SNAPSHOT</version>
      </plugin>
  </plugins>