README: Add mvn blobs

This commit is contained in:
Dan Brown 2013-05-09 16:44:01 -04:00
parent d42edd4bf7
commit 6b622a4096
1 changed files with 15 additions and 0 deletions

View File

@ -2,3 +2,18 @@ Drop-in replacement for [minlog](http://code.google.com/p/minlog), forked from h
* Logs through slf4j instead of printing directly to stdout
* Suppresses no log levels at compile time so you can control them in your logging config instead
```xml
<dependency>
<groupId>com.esotericsoftware.minlog</groupId>
<artifactId>minlog</artifactId>
<version>1.2-slf4j-jdanbrown-0</version>
</dependency>
...
<repository>
<id>premise</id>
<url>http://premise.artifactoryonline.com/premise/public</url>
</repository>
```