An open API service indexing awesome lists of open source software.

https://github.com/darvil82/java-utils

A collection of several utilities java classes that may be useful for any project.
https://github.com/darvil82/java-utils

java17 utilities

Last synced: 6 months ago
JSON representation

A collection of several utilities java classes that may be useful for any project.

Awesome Lists containing this project

README

          

# Java Utilities

[![Maven Central Version](https://img.shields.io/maven-central/v/io.github.darvil82/utils)](https://central.sonatype.com/artifact/io.github.darvil82/utils)
[![APIdia](https://apidia.net/mvn/io.github.darvil82/utils/badge.svg)](https://apidia.net/mvn/io.github.darvil82/utils)

A collection of some of my utility classes.

Javadocs for the latest stable version are available online hosted on [APIdia](https://apidia.net/mvn/io.github.darvil82/utils)
and on [GitHub pages](https://darvil82.github.io/java-utils).

## Installation

The package is currently available on Maven Central.

Add the following to your `dependencies` block:
```kotlin
implementation("io.github.darvil82:utils:+")
```

> [!NOTE]
> The `+` symbol is a wildcard that will automatically use the latest version of the package.
> You can also specify a specific version.