is not current version
Last Version 2.0

com.dorkbox:MinLog-SLF4J 1.7

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.7
Type

Type

jar

Download MinLog-SLF4J 1.7


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