A collection of utils commonly used in my projects.
Feel free to use it (or parts of it) in your own projects.
Version 1.2.0 required Java 11 or later.
Since version 1.2.0 there are no dependencies in compile or runtime scope. Logging is handle by System.Logger which is Part of Java since Java 9
Older versions (1.0.x) require slf4j for logging as compile time dependency.