не последняя версия
Последняя версия 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.

Группа

Группа

log4j
Идентификатор

Идентификатор

apache-log4j-extras
Версия

Версия

1.0
Тип

Тип

jar

Скачать 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"]