Download camel-stream-2.17.2.jar file - Jar c

Jar examples for c:camel-stream

Description

The stream: component provides access to the system-in system-out and system-err streams as well as allowing streaming of file and URL.

You can download jar file camel-stream 2.17.2 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

camel-stream-2.17.2-javadoc.jar
camel-stream-2.17.2-sources.jar
camel-stream-2.17.2.jar
camel-stream-2.17.2.pom



Related Tutorials