Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Korbinian Butz authored and Korbinian Butz committed Apr 3, 2022
1 parent 9e19794 commit d8556f5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,9 @@ Above sample device is sending less constant data -> that's why there are chunks

# Projects Libraries in use

* [Lombok](https://projectlombok.org/): A lib used to reduce boilerplate code for model/data objects
* [Logback](https://logback.qos.ch/): The SLF4J Logging Library in use
* [CFG4J](http://www.cfg4j.org/): To configure the application
* [ctongfei/progressbar](https://github.com/ctongfei/progressbar): A console progressbar Library
* [CFG4J](http://www.cfg4j.org/): Application Configuration library
* [Logback](https://logback.qos.ch/): The SLF4J Logging library in use
* [Dropwizard Metrics](https://metrics.dropwizard.io/4.2.0/): used to monitor the application
* [Lombok](https://projectlombok.org/): A library used to reduce boilerplate code for model/data objects
* [ctongfei/progressbar](https://github.com/ctongfei/progressbar): A console progressbar library
* Other helpers such as Apache-Commons, Guava and Javatuples

0 comments on commit d8556f5

Please sign in to comment.