MVN

io.confluent : confluent-log4j

Maven & Gradle

May 17, 2023

Confluent Log4j · A fork of Apache Log4j v1 with security patches, and repackaged as `io.confluent:confluent-log4j`

<dependency>
    <groupId>io.confluent</groupId>
    <artifactId>confluent-log4j</artifactId>
    <version>1.2.17-cp12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.confluent : confluent-log4j to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.17-cp12

All Versions

Choose a version of io.confluent : confluent-log4j to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
confluent-log4j-1.2.17-cp12
confluent-log4j-1.2.17-cp11
confluent-log4j-1.2.17-cp10
confluent-log4j-1.2.17-cp9
confluent-log4j-1.2.17-cp2.2
confluent-log4j-1.2.17-cp8
confluent-log4j-1.2.17-cp2.1
confluent-log4j-1.2.17-cp7
confluent-log4j-1.2.17-cp6
confluent-log4j-1.2.17-cp5
confluent-log4j-1.2.17-cp4
confluent-log4j-1.2.17-cp3
confluent-log4j-1.2.17-cp2
confluent-log4j-1.2.17-cp1

How to add a dependency to Maven

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

<dependency>
    <groupId>io.confluent</groupId>
    <artifactId>confluent-log4j</artifactId>
    <version>1.2.17-cp12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.confluent : confluent-log4j gradle dependency to your build.gradle file:

implementation 'io.confluent:confluent-log4j:1.2.17-cp12'

Gradle Kotlin DSL: Add the following io.confluent : confluent-log4j gradle kotlin dependency to your build.gradle.kts file:

implementation("io.confluent:confluent-log4j:1.2.17-cp12")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.confluent : confluent-log4j sbt scala dependency to your build.sbt file:

libraryDependencies += "io.confluent" % "confluent-log4j" % "1.2.17-cp12"