is not current version
Last Version 2.17.2

org.apache.logging.log4j:log4j-flume-ng 2.6.1

The Apache Log4j Flume Appender

Categories

Categories

Logging Application Layer Libs
GroupId

GroupId

org.apache.logging.log4j
ArtifactId

ArtifactId

log4j-flume-ng
Version

Version

2.6.1
Type

Type

jar

Download log4j-flume-ng 2.6.1


<!-- https://jarcasting.com/artifacts/org.apache.logging.log4j/log4j-flume-ng/ -->
<dependency>
    <groupId>org.apache.logging.log4j</groupId>
    <artifactId>log4j-flume-ng</artifactId>
    <version>2.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.logging.log4j/log4j-flume-ng/
implementation 'org.apache.logging.log4j:log4j-flume-ng:2.6.1'
// https://jarcasting.com/artifacts/org.apache.logging.log4j/log4j-flume-ng/
implementation ("org.apache.logging.log4j:log4j-flume-ng:2.6.1")
'org.apache.logging.log4j:log4j-flume-ng:jar:2.6.1'
<dependency org="org.apache.logging.log4j" name="log4j-flume-ng" rev="2.6.1">
  <artifact name="log4j-flume-ng" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.logging.log4j', module='log4j-flume-ng', version='2.6.1')
)
libraryDependencies += "org.apache.logging.log4j" % "log4j-flume-ng" % "2.6.1"
[org.apache.logging.log4j/log4j-flume-ng "2.6.1"]