Updated POM information to include "dependencies", since it is easy to

incorrectly add it as a dependency to ones own project.
This commit is contained in:
nathan 2017-07-23 18:03:25 +02:00
parent 93f18c0191
commit 3412bbc5bd
1 changed files with 8 additions and 5 deletions

View File

@ -7,11 +7,14 @@ Drop-in replacement for [minlog](https://github.com/EsotericSoftware/minlog).
<h4>We now release to maven!</h4>
```
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>MinLog-SLF4J</artifactId>
<version>1.9</version>
</dependency>
<dependencies>
...
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>MinLog-SLF4J</artifactId>
<version>1.9</version>
</dependency>
</dependencies>
```
Or if you don't want to use Maven, you can access the files directly here: