is not current version
Last Version 2.0

com.dorkbox:MinLog-SLF4J 1.8

Drop-in replacement for MinLog to log through SLF4j.

Categories

Categories

SLF4J Application Layer Libs Logging
GroupId

GroupId

com.dorkbox
ArtifactId

ArtifactId

MinLog-SLF4J
Version

Version

1.8
Type

Type

jar

Download MinLog-SLF4J 1.8


<!-- https://jarcasting.com/artifacts/com.dorkbox/MinLog-SLF4J/ -->
<dependency>
    <groupId>com.dorkbox</groupId>
    <artifactId>MinLog-SLF4J</artifactId>
    <version>1.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.dorkbox/MinLog-SLF4J/
implementation 'com.dorkbox:MinLog-SLF4J:1.8'
// https://jarcasting.com/artifacts/com.dorkbox/MinLog-SLF4J/
implementation ("com.dorkbox:MinLog-SLF4J:1.8")
'com.dorkbox:MinLog-SLF4J:jar:1.8'
<dependency org="com.dorkbox" name="MinLog-SLF4J" rev="1.8">
  <artifact name="MinLog-SLF4J" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dorkbox', module='MinLog-SLF4J', version='1.8')
)
libraryDependencies += "com.dorkbox" % "MinLog-SLF4J" % "1.8"
[com.dorkbox/MinLog-SLF4J "1.8"]