is not current version
Last Version 1.2.17

log4j:apache-log4j-extras 1.0

This companion provides additional appenders, filters and other capabilities for log4j 1.2. Several of these were backported from the abandoned log4j 1.3 development effort.

GroupId

GroupId

log4j
ArtifactId

ArtifactId

apache-log4j-extras
Version

Version

1.0
Type

Type

jar

Download apache-log4j-extras 1.0


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