Tomcat Juli log lib reimplemented over slf4j

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

License

License

Categories

Categories

Tomcat Container Application Servers SLF4J Application Layer Libs Logging
GroupId

GroupId

com.github.akiraly.reusable-poms
ArtifactId

ArtifactId

tomcat-juli-over-slf4j
Last Version

Last Version

4
Release Date

Release Date

Type

Type

jar
Description

Description

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

Download tomcat-juli-over-slf4j

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar

test (3)

Group / Artifact Type Version
junit : junit jar 4.11
org.hamcrest : hamcrest-integration jar 1.3
org.apache.tomcat : tomcat-jdbc jar 8.0.0-RC10

Project Modules

There are no modules declared in this project.

reusable-poms

This project contains reusable maven parent poms and maven project archetypes with sensible defaults, for example pre-configured with the latest maven plugin versions or already defining some common libraries as dependencies (commons-lang, guava, etc).

Howto use the archetypes to generate new projects:

Please replace groupId, artifactId and version values with yours.

Simple java project with basic dependencies (commons-lang, guava,...):

mvn archetype:generate -DarchetypeGroupId=com.github.akiraly.reusable-poms -DarchetypeArtifactId=simple-java-project-with-util-libs-archetype -DarchetypeVersion=4 -DinteractiveMode=false -DgroupId=foo.bar.baz -DartifactId=bar-utils -Dversion=1.0-SNAPSHOT

Simple java project with basic spring deps (+ deps from the previous):

mvn archetype:generate -DarchetypeGroupId=com.github.akiraly.reusable-poms -DarchetypeArtifactId=simple-java-project-with-spring-context-archetype -DarchetypeVersion=4 -DinteractiveMode=false -DgroupId=foo.bar.baz -DartifactId=bar-spring -Dversion=1.0-SNAPSHOT

Simple java project for db related stuff: spring-jdbc, dbcp, h2 (+ deps from the previous ones):

mvn archetype:generate -DarchetypeGroupId=com.github.akiraly.reusable-poms -DarchetypeArtifactId=simple-java-project-with-spring-dbcp-archetype -DarchetypeVersion=4 -DinteractiveMode=false -DgroupId=foo.bar.baz -DartifactId=bar-spring-dbcp -Dversion=1.0-SNAPSHOT

Versions

Version
4
3