Download camel-2.2.130.jar file - Jar c

Jar examples for c:camel

Description

Java Integration Framework implementing the Enterprise Integration Patterns

You can download jar file camel 2.2.130 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add camel-2.2.130.jar to your project.

<dependency>
   <groupId>io.fabric8.forge</groupId>
   <artifactId>camel</artifactId>
   <version>2.2.130</version>
</dependency>
compile group: 'io.fabric8.forge', name: 'camel', version: '2.2.130'
libraryDependencies += "io.fabric8.forge" % "camel" % "2.2.130"
<dependency org="io.fabric8.forge" name="camel" rev="2.2.130"/>
@Grapes(@Grab(group='io.fabric8.forge', module='camel', version='2.2.130'))
'io.fabric8.forge:camel:jar:2.2.130'

Download

Click the following link to download the jar file.

camel-2.2.130-forge-addon.jar
camel-2.2.130-javadoc.jar
camel-2.2.130-sources.jar
camel-2.2.130.jar
camel-2.2.130.pom



Related Tutorials