Download camel-core-2.18.2.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.18.2 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials