is not current version
Last Version 4

com.github.akiraly.reusable-poms:tomcat-juli-over-slf4j 3

This is the same for Tomcat juli log library as jcl-over-slf4j is for commons-logging

Categories

Categories

Tomcat Container Application Servers SLF4J Application Layer Libs Logging
GroupId

GroupId

com.github.akiraly.reusable-poms
ArtifactId

ArtifactId

tomcat-juli-over-slf4j
Version

Version

3
Type

Type

jar

Download tomcat-juli-over-slf4j 3


<!-- https://jarcasting.com/artifacts/com.github.akiraly.reusable-poms/tomcat-juli-over-slf4j/ -->
<dependency>
    <groupId>com.github.akiraly.reusable-poms</groupId>
    <artifactId>tomcat-juli-over-slf4j</artifactId>
    <version>3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.akiraly.reusable-poms/tomcat-juli-over-slf4j/
implementation 'com.github.akiraly.reusable-poms:tomcat-juli-over-slf4j:3'
// https://jarcasting.com/artifacts/com.github.akiraly.reusable-poms/tomcat-juli-over-slf4j/
implementation ("com.github.akiraly.reusable-poms:tomcat-juli-over-slf4j:3")
'com.github.akiraly.reusable-poms:tomcat-juli-over-slf4j:jar:3'
<dependency org="com.github.akiraly.reusable-poms" name="tomcat-juli-over-slf4j" rev="3">
  <artifact name="tomcat-juli-over-slf4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.akiraly.reusable-poms', module='tomcat-juli-over-slf4j', version='3')
)
libraryDependencies += "com.github.akiraly.reusable-poms" % "tomcat-juli-over-slf4j" % "3"
[com.github.akiraly.reusable-poms/tomcat-juli-over-slf4j "3"]