Download MinLog-SLF4J-1.12.jar file - Jar m

Jar examples for m:MinLog-SLF4J

Description

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

You can download jar file MinLog-SLF4J 1.12 in this page.

License

BSD 3-clause License

Build File

You can use the following script to add MinLog-SLF4J-1.12.jar to your project.

<dependency>
   <groupId>com.dorkbox</groupId>
   <artifactId>MinLog-SLF4J</artifactId>
   <version>1.12</version>
</dependency>
compile group: 'com.dorkbox', name: 'MinLog-SLF4J', version: '1.12'
libraryDependencies += "com.dorkbox" % "MinLog-SLF4J" % "1.12"
<dependency org="com.dorkbox" name="MinLog-SLF4J" rev="1.12"/>
@Grapes(@Grab(group='com.dorkbox', module='MinLog-SLF4J', version='1.12'))
'com.dorkbox:MinLog-SLF4J:jar:1.12'

Download

Click the following link to download the jar file.

MinLog-SLF4J-1.12-javadoc.jar
MinLog-SLF4J-1.12-sources.jar
MinLog-SLF4J-1.12.jar
MinLog-SLF4J-1.12.pom



Related Tutorials