MVN

io.lighty.resources : log4j2-config

Maven & Gradle

Jun 23, 2023
126 stars

io.lighty.resources:log4j2-config · This artifact contains log4j2 configuration.

<dependency>
    <groupId>io.lighty.resources</groupId>
    <artifactId>log4j2-config</artifactId>
    <version>17.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.lighty.resources : log4j2-config to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 17.3.0

All Versions

Choose a version of io.lighty.resources : log4j2-config to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
18.1.x
log4j2-config-18.1.0
18.0.x
log4j2-config-18.0.0
17.3.x
log4j2-config-17.3.0
17.2.x
log4j2-config-17.2.0
17.1.x
log4j2-config-17.1.0
17.0.x
log4j2-config-17.0.0

How to add a dependency to Maven

Add the following io.lighty.resources : log4j2-config maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.lighty.resources</groupId>
    <artifactId>log4j2-config</artifactId>
    <version>17.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.lighty.resources : log4j2-config gradle dependency to your build.gradle file:

implementation 'io.lighty.resources:log4j2-config:17.3.0'

Gradle Kotlin DSL: Add the following io.lighty.resources : log4j2-config gradle kotlin dependency to your build.gradle.kts file:

implementation("io.lighty.resources:log4j2-config:17.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.lighty.resources : log4j2-config sbt scala dependency to your build.sbt file:

libraryDependencies += "io.lighty.resources" % "log4j2-config" % "17.3.0"