is not current version
Last Version 1.2.17

log4j:log4j 1.2.14

Log4j

GroupId

GroupId

log4j
ArtifactId

ArtifactId

log4j
Version

Version

1.2.14
Type

Type

jar

Download log4j 1.2.14


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