Download camel-context-2.18.0.jar file - Jar c

Jar examples for c:camel-context

Description

Camel Context component to expose CamelContext objects as a black box Component for use in other routes

You can download jar file camel-context 2.18.0 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

camel-context-2.18.0-javadoc.jar
camel-context-2.18.0-sources.jar
camel-context-2.18.0.jar
camel-context-2.18.0.pom



Related Tutorials