Add used libraries to the readme

This commit is contained in:
Maschell 2018-09-15 14:28:29 +02:00
parent 325df0bd3b
commit 988aaeef8e

View File

@ -15,4 +15,8 @@ Requires Java 8.
This is a maven project. Use following command to create a .jar with dependencies in the `target` folder.
```
mvn package
```
```
# Used libraries
- [lombok](https://projectlombok.org/)
- [commons-cli](https://commons.apache.org/proper/commons-cli/)