License |
License |
---|---|
Categories |
CategoriesTomcat Container Application Servers Logging Application Layer Libs |
GroupId | GroupIdorg.apache.tomcat.embed |
ArtifactId | ArtifactIdtomcat-embed-logging-log4j |
Last Version | Last Version9.0.0.M6 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionlog4j logging implementation for embedded Tomcat
|
Project URL |
Project URL |
<!-- 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.M6</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.M6'
// https://jarcasting.com/artifacts/org.apache.tomcat.embed/tomcat-embed-logging-log4j/
implementation ("org.apache.tomcat.embed:tomcat-embed-logging-log4j:9.0.0.M6")
'org.apache.tomcat.embed:tomcat-embed-logging-log4j:jar:9.0.0.M6'
<dependency org="org.apache.tomcat.embed" name="tomcat-embed-logging-log4j" rev="9.0.0.M6">
<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.M6')
)
libraryDependencies += "org.apache.tomcat.embed" % "tomcat-embed-logging-log4j" % "9.0.0.M6"
[org.apache.tomcat.embed/tomcat-embed-logging-log4j "9.0.0.M6"]