Download camel-core-2.2.0.jar file - Jar c

Jar examples for c:camel-core

Description

Java Integration Framework implementing the Enterprise Integration Patterns, doing the mediation and routing of the messages using a DSL Language (Java, Spring XML or Blueprint XML). This core module contains the logic to support the different patterns, many languages (Simple, constant, header, body) to manipulate the content & expressions to take decisions during the routing.

You can download jar file camel-core 2.2.0 in this page.

License

Apache License

Build File

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

<dependency>
   <groupId>org.apache.camel</groupId>
   <artifactId>camel-core</artifactId>
   <version>2.2.0</version>
</dependency>
compile group: 'org.apache.camel', name: 'camel-core', version: '2.2.0'
libraryDependencies += "org.apache.camel" % "camel-core" % "2.2.0"
<dependency org="org.apache.camel" name="camel-core" rev="2.2.0"/>
@Grapes(@Grab(group='org.apache.camel', module='camel-core', version='2.2.0'))
'org.apache.camel:camel-core:jar:2.2.0'

Download

Click the following link to download the jar file.

camel-core-2.2.0-javadoc.jar
camel-core-2.2.0-sources.jar
camel-core-2.2.0-tests.jar
camel-core-2.2.0.jar
camel-core-2.2.0.pom



Related Tutorials