s

stream-log

An executable jar that streams log data received via stdin to ActiveMQ. (powered by Camel)
Files download
File Operation
stream-log-7.2.0.redhat-060.jar download
stream-log-7.2.0.redhat-060.pom download
stream-log-7.2.0.redhat-060-sources.jar download
Apache Maven
<dependency>
  <groupId>org.fusesource.fabric.bridge</groupId>
  <artifactId>stream-log</artifactId>
  <version>7.2.0.redhat-060</version>
</dependency>
Gradle Groovy
implementation 'org.fusesource.fabric.bridge:stream-log:7.2.0.redhat-060'
Gradle Kotlin
implementation("org.fusesource.fabric.bridge:stream-log:7.2.0.redhat-060")
Scala SBT
libraryDependencies += "org.fusesource.fabric.bridge" % "stream-log" % "7.2.0.redhat-060"
Groovy Grape
@Grapes(
  @Grab(group='org.fusesource.fabric.bridge', module='stream-log', version='7.2.0.redhat-060')
)
Apache Ivy
<dependency org="org.fusesource.fabric.bridge" name="stream-log" rev="7.2.0.redhat-060" />
Leiningen
[org.fusesource.fabric.bridge/stream-log "7.2.0.redhat-060"]
Apache Buildr
'org.fusesource.fabric.bridge:stream-log:jar:7.2.0.redhat-060'