logback-classic module provides a logging implementation for SLF4J.
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.5.34</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic Logback logging usage
Ensure SLF4J version matches Logback version.
No dependency data recorded yet.