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
- Host: GitHub
- URL: https://github.com/nicksguru/commons-utils
- Owner: nicksguru
- License: lgpl-3.0
- Created: 2025-10-07T11:38:31.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2026-05-04T08:20:11.000Z (about 2 months ago)
- Last Synced: 2026-05-04T10:24:51.542Z (about 2 months ago)
- Topics: maven, spring, utilities
- Language: Java
- Homepage:
- Size: 462 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Nicks.Guru](https://nicks.guru) Commons Utils

:rocket:

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.

## 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.