{"id":16377687,"url":"https://github.com/sirblobman/blueslimecore-shaded","last_synced_at":"2026-06-08T16:01:49.416Z","repository":{"id":179999727,"uuid":"664428928","full_name":"SirBlobman/BlueSlimeCore-Shaded","owner":"SirBlobman","description":"Module for shaded dependencies used in BlueSlimeCore.","archived":false,"fork":false,"pushed_at":"2023-07-10T00:54:52.000Z","size":138,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-11T16:04:43.299Z","etag":null,"topics":["blueslimecore","library","shaded"],"latest_commit_sha":null,"homepage":"https://www.sirblobman.xyz/","language":"Kotlin","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/SirBlobman.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}},"created_at":"2023-07-10T00:30:22.000Z","updated_at":"2023-07-10T00:31:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"197d984e-52c1-4caf-abf5-d96e2f380c2d","html_url":"https://github.com/SirBlobman/BlueSlimeCore-Shaded","commit_stats":{"total_commits":9,"total_committers":1,"mean_commits":9.0,"dds":0.0,"last_synced_commit":"cf0c5c4e1fd6bcd6fb86a9e7d829e9548a042d55"},"previous_names":["sirblobman/blueslimecore-shaded"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SirBlobman/BlueSlimeCore-Shaded","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SirBlobman%2FBlueSlimeCore-Shaded","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SirBlobman%2FBlueSlimeCore-Shaded/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SirBlobman%2FBlueSlimeCore-Shaded/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SirBlobman%2FBlueSlimeCore-Shaded/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SirBlobman","download_url":"https://codeload.github.com/SirBlobman/BlueSlimeCore-Shaded/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SirBlobman%2FBlueSlimeCore-Shaded/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34069501,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["blueslimecore","library","shaded"],"created_at":"2024-10-11T03:43:46.562Z","updated_at":"2026-06-08T16:01:49.383Z","avatar_url":"https://github.com/SirBlobman.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BlueSlimeCore Shaded Dependencies Module\n\nThis module includes all shaded libraries and dependencies for BlueSlimeCore.\nYou can use this library in your own projects, but its better to shade in your own dependencies.\n\n## Included Libraries\n\nThe following libraries are relocated to the `com.github.sirblobman.api.shaded` package:\n\n- [Cryptomorin XSeries](https://github.com/CryptoMorin/XSeries): MIT License\n- [Kyori Adventure](https://github.com/KyoriPowered/adventure): MIT License\n- [bStats](https://github.com/Bastian/bStats): MIT License\n\nFolia Helper is kept as-is (not relocated):\n\n- [Folia Helper](https://github.com/SirBlobman/Folia-Helper/): GPL-3.0 License\n\n\n## License\n\nThis project is licensed with GPL-3.0.\n\n## Dependency Information\n\n\u003cdetails\u003e\n\u003csummary\u003eMaven\u003c/summary\u003e\n\n**Repository:**\n```xml\n\u003crepository\u003e\n    \u003cid\u003esirblobman-public\u003c/id\u003e\n    \u003curl\u003ehttps://nexus.sirblobman.xyz/public/\u003c/url\u003e\n\u003c/repository\u003e\n```\n\n**Dependency:**\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003ecom.github.sirblobman.api\u003c/groupId\u003e\n    \u003cartifactId\u003eshaded\u003c/artifactId\u003e\n    \u003cversion\u003e3.0-SNAPSHOT\u003c/version\u003e\n    \u003cscope\u003eprovided\u003c/scope\u003e\n\u003c/dependency\u003e\n```\n\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eGradle: Kotlin\u003c/summary\u003e\n\n```kotlin\nrepositories {\n    maven(\"https://nexus.sirblobman.xyz/public/\")\n}\n\ndependencies {\n    compileOnly(\"com.github.sirblobman.api:shaded:3.0-SNAPSHOT\")\n}\n```\n\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eGradle: Groovy\u003c/summary\u003e\n\n```groovy\nrepositories {\n    maven {\n        name = 'sirblobman-public'\n        url = 'https://nexus.sirblobman.xyz/public/'\n    }\n}\n\ndependencies {\n    compileOnly 'com.github.sirblobman.api:shaded:3.0-SNAPSHOT'\n}\n```\n\n\u003c/details\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsirblobman%2Fblueslimecore-shaded","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsirblobman%2Fblueslimecore-shaded","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsirblobman%2Fblueslimecore-shaded/lists"}