is not current version
Last Version 2.2.1.Final

io.thorntail:camel-stream 2.0.0.Final

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

GroupId

GroupId

io.thorntail
ArtifactId

ArtifactId

camel-stream
Version

Version

2.0.0.Final
Type

Type

jar

Download camel-stream 2.0.0.Final


<!-- https://jarcasting.com/artifacts/io.thorntail/camel-stream/ -->
<dependency>
    <groupId>io.thorntail</groupId>
    <artifactId>camel-stream</artifactId>
    <version>2.0.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/io.thorntail/camel-stream/
implementation 'io.thorntail:camel-stream:2.0.0.Final'
// https://jarcasting.com/artifacts/io.thorntail/camel-stream/
implementation ("io.thorntail:camel-stream:2.0.0.Final")
'io.thorntail:camel-stream:jar:2.0.0.Final'
<dependency org="io.thorntail" name="camel-stream" rev="2.0.0.Final">
  <artifact name="camel-stream" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.thorntail', module='camel-stream', version='2.0.0.Final')
)
libraryDependencies += "io.thorntail" % "camel-stream" % "2.0.0.Final"
[io.thorntail/camel-stream "2.0.0.Final"]