is not current version
Last Version 9.0.0.M6

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

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

7.0.96
Type

Type

jar

Download tomcat-embed-logging-log4j 7.0.96


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