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.
- Host: GitHub
- URL: https://github.com/darvil82/java-utils
- Owner: darvil82
- License: mit
- Created: 2023-11-26T16:13:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-11-13T18:33:10.000Z (8 months ago)
- Last Synced: 2025-11-13T19:25:14.631Z (8 months ago)
- Topics: java17, utilities
- Language: Java
- Homepage: https://darvil82.github.io/java-utils/
- Size: 314 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Java Utilities
[](https://central.sonatype.com/artifact/io.github.darvil82/utils)
[](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.