How To Install Java Artifact log4j.log4j v1.2.17

log4j log4j 1.2.17

Introduction

In this article, we'll learn how to install Java artifact log4j from log4j group in version 1.2.17. The artifact is available in 14 versions: 1.2.17 1.2.16 1.2.15 1.2.14 1.2.13 1.2.12 1.2.11 1.2.9 1.2.8 1.2.7 1.2.6 1.2.5 1.2.4 1.1.3 . The Apache Log4j project has been released under The Apache Software License, Version 2.0 license, and has its own website at: http://logging.apache.org/log4j/1.2/ .

How To Install Java Artifact log4j.log4j In Version 1.2.17

To install the Apache Log4j artifact in version 1.2.17 add the following dependency to your pom.xml file for Maven Project.

The dependency needs to be added in the dependencies section which is located in the main project tag of the pom.xml file. The sample pom.xml file that uses Apache Log4j dependency could look as follows:

Other dependency snippets for Gradle, SBT, Ivy, Grape, Leiningen, and Buildr

Below you can find code snippets for other project build tools like Gradle, SBT, Ivy, Grape, Leiningen, and Buildr.

Compile dependencies (2)

Provided dependencies (1)

Test dependencies (2)

Licenses