Files download
File Operation
flume-file-channel-1.5.1.jar download
flume-file-channel-1.5.1.pom download
flume-file-channel-1.5.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.flume.flume-ng-channels</groupId>
  <artifactId>flume-file-channel</artifactId>
  <version>1.5.1</version>
</dependency>
Gradle Groovy
implementation 'org.apache.flume.flume-ng-channels:flume-file-channel:1.5.1'
Gradle Kotlin
implementation("org.apache.flume.flume-ng-channels:flume-file-channel:1.5.1")
Scala SBT
libraryDependencies += "org.apache.flume.flume-ng-channels" % "flume-file-channel" % "1.5.1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.flume.flume-ng-channels', module='flume-file-channel', version='1.5.1')
)
Apache Ivy
<dependency org="org.apache.flume.flume-ng-channels" name="flume-file-channel" rev="1.5.1" />
Leiningen
[org.apache.flume.flume-ng-channels/flume-file-channel "1.5.1"]
Apache Buildr
'org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.5.1'