{"id":15297563,"url":"https://github.com/bobaikato/cutils","last_synced_at":"2026-01-11T17:33:32.356Z","repository":{"id":37892657,"uuid":"201495011","full_name":"bobaikato/cutils","owner":"bobaikato","description":"I write these utilities to make my life a hell lot more leisurely.","archived":false,"fork":false,"pushed_at":"2025-09-23T06:18:34.000Z","size":996,"stargazers_count":8,"open_issues_count":1,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-01-02T07:20:32.618Z","etag":null,"topics":["functional","functional-programming","functions","java","java-8","java8","javadocs","libraries","library","object-functional","utilities","utility"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bobaikato.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":"SECURITY.md","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":"2019-08-09T15:36:18.000Z","updated_at":"2025-08-27T18:04:05.000Z","dependencies_parsed_at":"2023-02-10T23:31:18.436Z","dependency_job_id":"e9458f76-2f21-41ec-95aa-73192750d31a","html_url":"https://github.com/bobaikato/cutils","commit_stats":{"total_commits":563,"total_committers":8,"mean_commits":70.375,"dds":"0.36412078152753113","last_synced_commit":"5d5768462dfb13338abda90162b20309dcdeef60"},"previous_names":["honerfor/cutils","honerfor/common-utilities","b0bai/cutils","prohorde/cutils"],"tags_count":52,"template":false,"template_full_name":null,"purl":"pkg:github/bobaikato/cutils","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobaikato%2Fcutils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobaikato%2Fcutils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobaikato%2Fcutils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobaikato%2Fcutils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bobaikato","download_url":"https://codeload.github.com/bobaikato/cutils/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobaikato%2Fcutils/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28315879,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T14:58:17.114Z","status":"ssl_error","status_checked_at":"2026-01-11T14:55:53.580Z","response_time":60,"last_error":"SSL_read: 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":["functional","functional-programming","functions","java","java-8","java8","javadocs","libraries","library","object-functional","utilities","utility"],"created_at":"2024-09-30T19:18:18.655Z","updated_at":"2026-01-11T17:33:32.340Z","avatar_url":"https://github.com/bobaikato.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"## CUTILS ART\n\n[![License](https://img.shields.io/github/license/honerfor/cutils)](#License)\n[![Build \u0026 Test](https://github.com/bobaikato/cutils/actions/workflows/maven.yml/badge.svg)](https://github.com/bobaikato/cutils/actions/workflows/maven.yml)\n[![codebeat badge](https://codebeat.co/badges/0938a891-4a79-4966-b914-e07720cd1771)](https://codebeat.co/projects/github-com-b0bai-cutils-master)\n[![Release](https://github.com/bobaikato/cutils/actions/workflows/maven-publish.yml/badge.svg)](https://github.com/bobaikato/cutils/actions/workflows/maven-publish.yml)\n\nA package of utility classes intended to enhance and simplify my development — You need `Java 8+`. You can browse the [Javadocs](https://javadoc.io/doc/art.cutils/cutils). If you have any questions related to usage, simple open an issue.\n\n\n## Where can I get the latest release?\n[![Maven Central](https://img.shields.io/maven-central/v/art.cutils/cutils)](https://search.maven.org/artifact/art.cutils/cutils)\n[![javadoc](https://javadoc.io/badge/art.cutils/cutils.svg?color=brown)](https://javadoc.io/doc/art.cutils/cutils)\n\n```xml\n\u003cdependency\u003e\n  \u003cgroupId\u003eart.cutils\u003c/groupId\u003e\n  \u003cartifactId\u003ecutils\u003c/artifactId\u003e\n  \u003cversion\u003e{version}\u003c/version\u003e\n\u003c/dependency\u003e \n```\n- Gradle Groovy\n```\nimplementation 'art.cutils:cutils:{version}'\n```\n- Gradle Kotlin\n```\ncompile(\"art.cutils:cutils:{version}\")\n```\n- [More, and others](https://search.maven.org/artifact/art.cutils/cutils)\n\n\n\n## Contributing\nI accept Pull Requests via GitHub. Here are some guidelines which will make applying PRs easier:\n\n1. No tabs! Please use spaces for indentation.\n2. Respect the code style.\n3. Create minimal diffs.\n4. If it will help, disable on save actions like reformat source code or organize imports. **If you feel the source code should be reformatted create a separate PR for this change**.\n5. Please, provide **JUnit tests** for your changes and make sure your changes don't break any existing tests by running `mvn clean test`.\n6. Lastly, open PR to `development` branch and [follow this rudimentary convention](https://blog.jasonmeridth.com/posts/do-not-issue-pull-requests-from-your-master-branch/)\n\n## Sponsors\n\n[![Jetbrain](https://resources.jetbrains.com/storage/products/company/brand/logos/jb_square.svg)](https://www.jetbrains.com/community/opensource/#support)\n\n\n## License\n\nThis code is under the [Apache Licence v2](https://github.com/prohorde/cutils/blob/master/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbobaikato%2Fcutils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbobaikato%2Fcutils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbobaikato%2Fcutils/lists"}