Download camel-stream-2.19.3.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.19.3 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials