From 988aaeef8e32df57759ddf0ed9c0d3e0bd3ce66f Mon Sep 17 00:00:00 2001 From: Maschell Date: Sat, 15 Sep 2018 14:28:29 +0200 Subject: [PATCH] Add used libraries to the readme --- README.MD | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 4be38ec..a61daf3 100644 --- a/README.MD +++ b/README.MD @@ -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 -``` \ No newline at end of file +``` + +# Used libraries +- [lombok](https://projectlombok.org/) +- [commons-cli](https://commons.apache.org/proper/commons-cli/) \ No newline at end of file