is not current version
Last Version 2018.5.0

org.wildfly.swarm:camel-stream 2017.12.0

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

Categories

Categories

WildFly Container Application Servers
GroupId

GroupId

org.wildfly.swarm
ArtifactId

ArtifactId

camel-stream
Version

Version

2017.12.0
Type

Type

jar

Download camel-stream 2017.12.0


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