is not current version
Last Version 9.0.0.M6

org.apache.tomcat.embed:tomcat-embed-logging-log4j 9.0.0.M1

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

9.0.0.M1
Type

Type

jar

Download tomcat-embed-logging-log4j 9.0.0.M1


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