Apache Log4j

Apache Log4j 1.2

Group Id log4j
Artifact Id log4j
Version 1.2.17
Packaging bundle
URL http://logging.apache.org/log4j/1.2/
Issue Management Bugzilla
Badge
License
Last Updated 2012-05-26T01:43:39+00:00
Download Pom | View All
Javadoc View
Maven
Gradle
Gradle(Short)
Gradle(Kotlin)
SBT
Ivy
Grape
Leiningen
Buildr
<dependency>
    <groupId>log4j</groupId>
    <artifactId>log4j</artifactId>
    <version>1.2.17</version>
</dependency>
implementation group: 'log4j', name: 'log4j', version: '1.2.17'
implementation 'log4j:log4j:1.2.17'
implementation("log4j:log4j:1.2.17")
libraryDependencies += "log4j" % "log4j" % "1.2.17"
<dependency org="log4j" name="log4j" rev="1.2.17"/>
@Grapes(
    @Grab(group='log4j', module='log4j', version='1.2.17')
)
[log4j/log4j "1.2.17"]
'log4j:log4j:1.2.17'

Dependencies

Group Id Artifact Id Scope
javax.mail mail compile
org.apache.openejb javaee-api provided
oro oro test
junit junit test
org.apache.geronimo.specs geronimo-jms_1.1_spec compile