is not current version
Last Version 9.0.0.M6

org.apache.tomcat.embed:tomcat-embed-logging-log4j 8.0.39

log4j logging implementation for embedded Tomcat

Categories

Categories

Tomcat Container Application Servers Logging Application Layer Libs
GroupId

GroupId

org.apache.tomcat.embed
ArtifactId

ArtifactId

tomcat-embed-logging-log4j
Version

Version

8.0.39
Type

Type

jar

Download tomcat-embed-logging-log4j 8.0.39


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