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

https://github.com/nicksguru/commons-utils

Utility classes
https://github.com/nicksguru/commons-utils

maven spring utilities

Last synced: about 2 months ago
JSON representation

Utility classes

Awesome Lists containing this project

README

          

# [Nicks.Guru](https://nicks.guru) Commons Utils

![Latest version](https://img.shields.io/maven-central/v/guru.nicks.commons/utils?filter=!25.*&label=Latest%20version:&cacheSeconds=10800)
:rocket:
![Release date](https://img.shields.io/maven-central/last-update/guru.nicks.commons/utils?label=&color=orange&cacheSeconds=10800)

Utility classes.

## Versioning

The version format is inspired by [Scalver](https://scalver.org) and looks like `M.yymmdd.N` (in UTC timezone), where:

* `M` - major version, same as in [SemVer](https://semver.org): starts from 0, increments in case of backwards
incompatibility
* `yy` - year minus 2000: 25 for 2025, 100 for 2100
* `mm` - month (zero-padded): 01 = Jan, 02 = Feb, 12 = Dec
* `dd` - day of month (zero-padded): 01 to 31
* `N` - incremental build number, starts from 0 every day

## Usage

See full version history on
[Maven Central](https://central.sonatype.com/namespace/guru.nicks.commons), use as follows:

```xml



guru.nicks.commons
bom
100.260504.0
pom
import


guru.nicks.commons
utils

```

## Documentation

To browse the API documentation, click [here](https://nicks.guru/commons/commons-utils/apidocs).

This software adheres to the BDD (Behavior-Driven Development) approach. See module usage examples in Cucumber
test [scenarios](src/test/resources/cucumber/) and [steps](src/test/java/guru/nicks/cucumber/).

## AI Tip

Grab a 10% discount on **GLM 4.7 Coding Plan** model.

🚀 Full support for 10+ top coding tools such as Claude Code, Cursor, Cline, Kilo Code, Roo Code, Sweep AI - starting at
just $3 per month. **[Subscribe now](https://z.ai/subscribe?ic=FQFBJRY7RM)** and take advantage of the limited-time
offer.

![score](assets/glm47-score.png)

## Disclaimer

THIS CODE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED
TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. USE AT YOUR OWN RISK.

Copyright © 2025-2026 [nicks.guru](https://nicks.guru). All rights reserved.