MVN

org.lucee : log4j-core

Maven & Gradle

Apr 03, 2023
0 stars

log4j-core · OSGi Version of log4j-core

<dependency>
    <groupId>org.lucee</groupId>
    <artifactId>log4j-core</artifactId>
    <version>2.20.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.lucee : log4j-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.20.0

All Versions

Choose a version of org.lucee : log4j-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.20.x
log4j-core-2.20.0
2.17.x
log4j-core-2.17.2.0001L
log4j-core-2.17.2
log4j-core-2.17.1
log4j-core-2.17.0.0031L
log4j-core-2.17.0.0030L
log4j-core-2.17.0

How to add a dependency to Maven

Add the following org.lucee : log4j-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.lucee</groupId>
    <artifactId>log4j-core</artifactId>
    <version>2.20.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.lucee : log4j-core gradle dependency to your build.gradle file:

implementation 'org.lucee:log4j-core:2.20.0'

Gradle Kotlin DSL: Add the following org.lucee : log4j-core gradle kotlin dependency to your build.gradle.kts file:

implementation("org.lucee:log4j-core:2.20.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.lucee : log4j-core sbt scala dependency to your build.sbt file:

libraryDependencies += "org.lucee" % "log4j-core" % "2.20.0"

Advertisement