{"id":19209056,"url":"https://github.com/despical/commons","last_synced_at":"2025-05-12T18:54:28.601Z","repository":{"id":51445727,"uuid":"268101378","full_name":"Despical/Commons","owner":"Despical","description":"Common utilities needed for Java and Minecraft","archived":false,"fork":false,"pushed_at":"2025-05-05T08:23:18.000Z","size":535,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-05T09:36:44.399Z","etag":null,"topics":["commons","library","minecraft"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Despical.png","metadata":{"files":{"readme":".github/README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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},"funding":{"buy_me_a_coffee":"despical","patreon":"despical"}},"created_at":"2020-05-30T14:58:02.000Z","updated_at":"2025-05-05T08:22:19.000Z","dependencies_parsed_at":"2024-02-17T18:31:56.004Z","dependency_job_id":"9822ac80-b8c9-49da-9628-1dcfc47b667d","html_url":"https://github.com/Despical/Commons","commit_stats":null,"previous_names":["despical/commons-box"],"tags_count":90,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Despical%2FCommons","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Despical%2FCommons/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Despical%2FCommons/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Despical%2FCommons/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Despical","download_url":"https://codeload.github.com/Despical/Commons/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253804354,"owners_count":21967046,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["commons","library","minecraft"],"created_at":"2024-11-09T13:28:55.652Z","updated_at":"2025-05-12T18:54:28.593Z","avatar_url":"https://github.com/Despical.png","language":"Java","funding_links":["https://buymeacoffee.com/despical","https://patreon.com/despical","https://www.patreon.com/despical","https://www.buymeacoffee.com/despical"],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eCommons\u003c/h1\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n[![](https://github.com/Despical/Commons/actions/workflows/build.yml/badge.svg)](https://github.com/Despical/Commons/actions/workflows/build.yml)\n[![](https://img.shields.io/github/v/release/Despical/Commons)](https://github.com/Despical/Commons/releases/latest)\n[![](https://jitpack.io/v/Despical/Commons.svg)](https://jitpack.io/#Despical/Commons)\n[![](https://img.shields.io/badge/License-GPLv3-blue.svg)](../LICENSE)\n[![](https://img.shields.io/badge/javadoc-latest-lime.svg)](https://javadoc.jitpack.io/com/github/Despical/Commons/latest/javadoc/index.html)\n\nCommons is an open-source library that provides useful utilities for Java and Minecraft.\n\n\u003c/div\u003e\n\n## Documentation\n- [Wiki](https://github.com/Despical/Commons/wiki)\n- [JavaDocs](https://javadoc.jitpack.io/com/github/Despical/Commons/latest/javadoc/index.html)\n\n## Using Commons\nThe project isn't in the Central Repository yet, so specifying a repository is needed.\u003cbr\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eMaven dependency\u003c/summary\u003e\n\n```xml\n\u003crepository\u003e\n    \u003cid\u003ejitpack.io\u003c/id\u003e\n    \u003curl\u003ehttps://jitpack.io\u003c/url\u003e\n\u003c/repository\u003e\n```\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003ecom.github.Despical\u003c/groupId\u003e\n    \u003cartifactId\u003eCommons\u003c/artifactId\u003e\n    \u003cversion\u003e1.9.5\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eGradle dependency\u003c/summary\u003e\n\n```\nrepositories {\n    maven { url 'https://jitpack.io' }\n}\n```\n```\ndependencies {\n    implementation 'com.github.Despical:Commons:1.9.5'\n}\n```\n\n\u003c/details\u003e\n\n## License\nThis code is under [GPL-3.0 License](http://www.gnu.org/licenses/gpl-3.0.html).\n\nSee the [LICENSE](https://github.com/Despical/Commons/blob/master/LICENSE) file for required notices and attributions.\n\n## Donations\n- [Patreon](https://www.patreon.com/despical)\n- [Buy me a Coffee](https://www.buymeacoffee.com/despical)\n\n## Contributing\n\nI accept Pull Requests via GitHub. There are some guidelines which will make applying PRs easier for me:\n+ No spaces! Please use tabs for indentation.\n+ Respect the code style.\n+ Create minimal diffs. If you feel the source code should be reformatted create a separate PR for this change.\n\nYou can learn more about contributing via GitHub in [contribution guidelines](https://github.com/Despical/Commons/blob/master/CONTRIBUTING.md).\n\n## Building from source\nTo build this project from source code, run the following from Git Bash:\n```\ngit clone https://www.github.com/Despical/Commons.git \u0026\u0026 cd Commons\nmvn clean package -Dmaven.javadoc.skip=true -DskipTests\n```\n\n\u003e [!IMPORTANT]  \n\u003e Don't forget to install Maven before building.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdespical%2Fcommons","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdespical%2Fcommons","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdespical%2Fcommons/lists"}