jd.commons is a library like Apache Commons or Google Guava, providing utility classes to support plain Java development.
jd.commons's Maven group ID is io.github.jdlib, and its artifact ID is jd.commons.
To add a dependency on jd.commons using Maven, use the following:
<dependency>
<groupId>io.github.jdlib</groupId>
<artifactId>jd.commons</artifactId>
<version>1.0.0</version>
</dependency>
or download the latest release.
Enables complex IO operations with one line of code.
Fuses java.io.File and java.nio.file.Path.
Effective operations on a tree of files.
Easy handling of classpath resources.
Replaces java.util.Properties.
Counterparts for java.util.function which can throw checked exceptions.
...contained in the proverbial util package.