is not current version
Last Version 2.0

com.dorkbox:MinLog-SLF4J 1.4

Drop-in replacement for minlog, to log throuhg slf4j instead.

Categories

Categories

SLF4J Application Layer Libs Logging
GroupId

GroupId

com.dorkbox
ArtifactId

ArtifactId

MinLog-SLF4J
Version

Version

1.4
Type

Type

jar

Download MinLog-SLF4J 1.4


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