is not current version
Last Version 9.0.0.M6

org.apache.tomcat.embed:tomcat-embed-logging-juli 7.0.20

JULI 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-juli
Version

Version

7.0.20
Type

Type

jar

Download tomcat-embed-logging-juli 7.0.20


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