Skip to content

jdlib/jd.commons

Repository files navigation

jd.commons

jd.commons is a library like Apache Commons or Google Guava, providing utility classes to support plain Java development.

Add to your build

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.

Overview

Check class

Effective argument checking.

Fluent IO package

Enables complex IO operations with one line of code.

FilePath class

Fuses java.io.File and java.nio.file.Path.

FileTree class

Effective operations on a tree of files.

Resource

Easy handling of classpath resources.

Config class

Replaces java.util.Properties.

Extended functional interfaces

Counterparts for java.util.function which can throw checked exceptions.

Utility classes

...contained in the proverbial util package.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages