{"id":32868501,"url":"https://github.com/nicksguru/commons-utils","last_synced_at":"2026-05-06T00:02:54.611Z","repository":{"id":318738974,"uuid":"1071462824","full_name":"nicksguru/commons-utils","owner":"nicksguru","description":"Utility classes","archived":false,"fork":false,"pushed_at":"2026-05-04T08:20:11.000Z","size":473,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-04T10:24:51.542Z","etag":null,"topics":["maven","spring","utilities"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nicksguru.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-07T11:38:31.000Z","updated_at":"2026-05-04T08:20:13.000Z","dependencies_parsed_at":"2025-10-24T11:26:05.985Z","dependency_job_id":"40f54708-9a8e-4465-b9c6-18485ff8d3e1","html_url":"https://github.com/nicksguru/commons-utils","commit_stats":null,"previous_names":["nicksguru/commons-utils"],"tags_count":152,"template":false,"template_full_name":null,"purl":"pkg:github/nicksguru/commons-utils","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicksguru%2Fcommons-utils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicksguru%2Fcommons-utils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicksguru%2Fcommons-utils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicksguru%2Fcommons-utils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nicksguru","download_url":"https://codeload.github.com/nicksguru/commons-utils/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicksguru%2Fcommons-utils/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32672684,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-05T11:29:49.557Z","status":"ssl_error","status_checked_at":"2026-05-05T11:29:48.587Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["maven","spring","utilities"],"created_at":"2025-11-09T08:01:23.613Z","updated_at":"2026-05-06T00:02:54.601Z","avatar_url":"https://github.com/nicksguru.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [Nicks.Guru](https://nicks.guru) Commons Utils\n\n![Latest version](https://img.shields.io/maven-central/v/guru.nicks.commons/utils?filter=!25.*\u0026label=Latest%20version:\u0026cacheSeconds=10800)\n:rocket:\n![Release date](https://img.shields.io/maven-central/last-update/guru.nicks.commons/utils?label=\u0026color=orange\u0026cacheSeconds=10800)\n\nUtility classes.\n\n## Versioning\n\nThe version format is inspired by [Scalver](https://scalver.org) and looks like `M.yymmdd.N` (in UTC timezone), where:\n\n* `M`  - major version, same as in [SemVer](https://semver.org): starts from 0, increments in case of backwards\n  incompatibility\n* `yy` - year minus 2000: 25 for 2025, 100 for 2100\n* `mm` - month (zero-padded): 01 = Jan, 02 = Feb, 12 = Dec\n* `dd` - day of month (zero-padded): 01 to 31\n* `N`  - incremental build number, starts from 0 every day\n\n## Usage\n\nSee full version history on\n[Maven Central](https://central.sonatype.com/namespace/guru.nicks.commons), use as follows:\n\n```xml\n\u003cdependencyManagement\u003e\n    \u003cdependencies\u003e\n        \u003cdependency\u003e\n            \u003cgroupId\u003eguru.nicks.commons\u003c/groupId\u003e\n            \u003cartifactId\u003ebom\u003c/artifactId\u003e\n            \u003cversion\u003e100.260504.0\u003c/version\u003e\n            \u003ctype\u003epom\u003c/type\u003e\n            \u003cscope\u003eimport\u003c/scope\u003e\n        \u003c/dependency\u003e\n    \u003c/dependencies\u003e\n\u003c/dependencyManagement\u003e\n\n\u003cdependencies\u003e\n    \u003cdependency\u003e\n        \u003cgroupId\u003eguru.nicks.commons\u003c/groupId\u003e\n        \u003cartifactId\u003eutils\u003c/artifactId\u003e\n    \u003c/dependency\u003e\n\u003c/dependencies\u003e\n```\n\n## Documentation\n\nTo browse the API documentation, click [here](https://nicks.guru/commons/commons-utils/apidocs).\n\nThis software adheres to the BDD (Behavior-Driven Development) approach. See module usage examples in Cucumber\ntest [scenarios](src/test/resources/cucumber/) and [steps](src/test/java/guru/nicks/cucumber/).\n\n## AI Tip\n\nGrab a 10% discount on **GLM 4.7 Coding Plan** model.\n\n🚀 Full support for 10+ top coding tools such as Claude Code, Cursor, Cline, Kilo Code, Roo Code, Sweep AI - starting at\njust $3 per month. **[Subscribe now](https://z.ai/subscribe?ic=FQFBJRY7RM)** and take advantage of the limited-time\noffer.\n\n![score](assets/glm47-score.png)\n\n## Disclaimer\n\nTHIS CODE IS PROVIDED \"AS IS\" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED\nTO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. USE AT YOUR OWN RISK.\n\nCopyright © 2025-2026 [nicks.guru](https://nicks.guru). All rights reserved.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicksguru%2Fcommons-utils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnicksguru%2Fcommons-utils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicksguru%2Fcommons-utils/lists"}