| GroupId | GroupIdorg.apache.flume.flume-ng-channels | 
|---|---|
| ArtifactId | ArtifactIdflume-file-channel | 
| Version | Version1.0.0-incubating | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| flume-file-channel-1.0.0-incubating.pom | |
| flume-file-channel-1.0.0-incubating.jar | 8 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.apache.flume.flume-ng-channels/flume-file-channel/ -->
<dependency>
    <groupId>org.apache.flume.flume-ng-channels</groupId>
    <artifactId>flume-file-channel</artifactId>
    <version>1.0.0-incubating</version>
</dependency>// https://jarcasting.com/artifacts/org.apache.flume.flume-ng-channels/flume-file-channel/
implementation 'org.apache.flume.flume-ng-channels:flume-file-channel:1.0.0-incubating'// https://jarcasting.com/artifacts/org.apache.flume.flume-ng-channels/flume-file-channel/
implementation ("org.apache.flume.flume-ng-channels:flume-file-channel:1.0.0-incubating")'org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.0.0-incubating'<dependency org="org.apache.flume.flume-ng-channels" name="flume-file-channel" rev="1.0.0-incubating">
  <artifact name="flume-file-channel" type="jar" />
</dependency>@Grapes(
@Grab(group='org.apache.flume.flume-ng-channels', module='flume-file-channel', version='1.0.0-incubating')
)libraryDependencies += "org.apache.flume.flume-ng-channels" % "flume-file-channel" % "1.0.0-incubating"[org.apache.flume.flume-ng-channels/flume-file-channel "1.0.0-incubating"]