is not current version
Last Version 2.17.2

org.apache.logging.log4j:log4j-kubernetes 2.13.3

Apache Log4j Kubernetes Support

Categories

Categories

Kubernetes Container Virtualization Tools Net Logging Application Layer Libs
GroupId

GroupId

org.apache.logging.log4j
ArtifactId

ArtifactId

log4j-kubernetes
Version

Version

2.13.3
Type

Type

jar

Download log4j-kubernetes 2.13.3


<!-- https://jarcasting.com/artifacts/org.apache.logging.log4j/log4j-kubernetes/ -->
<dependency>
    <groupId>org.apache.logging.log4j</groupId>
    <artifactId>log4j-kubernetes</artifactId>
    <version>2.13.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.logging.log4j/log4j-kubernetes/
implementation 'org.apache.logging.log4j:log4j-kubernetes:2.13.3'
// https://jarcasting.com/artifacts/org.apache.logging.log4j/log4j-kubernetes/
implementation ("org.apache.logging.log4j:log4j-kubernetes:2.13.3")
'org.apache.logging.log4j:log4j-kubernetes:jar:2.13.3'
<dependency org="org.apache.logging.log4j" name="log4j-kubernetes" rev="2.13.3">
  <artifact name="log4j-kubernetes" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.logging.log4j', module='log4j-kubernetes', version='2.13.3')
)
libraryDependencies += "org.apache.logging.log4j" % "log4j-kubernetes" % "2.13.3"
[org.apache.logging.log4j/log4j-kubernetes "2.13.3"]