SLF4J binding that routes logging calls to the Java Util Logging (JUL) framework.
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
<version>2.0.18</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Use SLF4J Logger to log an info message via JDK14 provider.
Ensure only slf4j-jdk14 (or another single binding) is included as a dependency.
No dependency data recorded yet.