Download minlog-1.3.0.jar file - Jar m

Jar examples for m:minlog

Description

Minimal overhead Java logging

You can download jar file minlog 1.3.0 in this page.

License

New BSD License

Build File

You can use the following script to add minlog-1.3.0.jar to your project.

<dependency>
   <groupId>com.esotericsoftware</groupId>
   <artifactId>minlog</artifactId>
   <version>1.3.0</version>
</dependency>
compile group: 'com.esotericsoftware', name: 'minlog', version: '1.3.0'
libraryDependencies += "com.esotericsoftware" % "minlog" % "1.3.0"
<dependency org="com.esotericsoftware" name="minlog" rev="1.3.0"/>
@Grapes(@Grab(group='com.esotericsoftware', module='minlog', version='1.3.0'))
'com.esotericsoftware:minlog:jar:1.3.0'

Download

Click the following link to download the jar file.

minlog-1.3.0.jar
minlog-1.3.0-javadoc.jar
minlog-1.3.0.pom
minlog-1.3.0-sources.jar
minlog-1.3.0-tests.jar



Related Tutorials