{"id":19419602,"url":"https://github.com/intellectualsites/bom","last_synced_at":"2026-02-26T12:04:46.495Z","repository":{"id":37867249,"uuid":"500362718","full_name":"IntellectualSites/bom","owner":"IntellectualSites","description":"Bill of materials covering IntellectualSites Minecraft projects for third party consumption","archived":false,"fork":false,"pushed_at":"2024-04-13T01:54:24.000Z","size":526,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":6,"default_branch":"main","last_synced_at":"2024-04-14T00:32:06.809Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IntellectualSites.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null},"funding":{"github":["IntellectualSites"]}},"created_at":"2022-06-06T09:05:19.000Z","updated_at":"2024-08-12T15:40:43.225Z","dependencies_parsed_at":"2022-07-14T23:00:35.734Z","dependency_job_id":"ca5cd44b-06d6-4345-8c39-7f3fa7cc73b0","html_url":"https://github.com/IntellectualSites/bom","commit_stats":{"total_commits":315,"total_committers":3,"mean_commits":105.0,"dds":0.4126984126984127,"last_synced_commit":"1455b5db6062f0a301de87c6eb15b9374cb3ef0f"},"previous_names":[],"tags_count":48,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IntellectualSites%2Fbom","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IntellectualSites%2Fbom/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IntellectualSites%2Fbom/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IntellectualSites%2Fbom/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IntellectualSites","download_url":"https://codeload.github.com/IntellectualSites/bom/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240599198,"owners_count":19826959,"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":[],"created_at":"2024-11-10T13:18:22.900Z","updated_at":"2026-02-26T12:04:46.445Z","avatar_url":"https://github.com/IntellectualSites.png","language":null,"funding_links":["https://github.com/sponsors/IntellectualSites"],"categories":[],"sub_categories":[],"readme":"# Bill of materials for IntellectualSites plugins\n\nThis repository implements a [Maven BOM](https://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html#Importing_Dependencies) which can be used in a plugin's build file to more easily manage dependencies on other common plugins.\n\n# Usage\n\n## Import the BOM\n\n### Gradle\n```kt\ndependencies {\n    implementation(platform(\"com.intellectualsites.bom:bom-newest:\u003cVERSION\u003e\"))\n}\n```\nYou can find more information about shared and managed dependencies with Gradle [here](https://docs.gradle.org/current/userguide/platforms.html).\n\n### Maven\n```xml\n\u003cdependencyManagement\u003e\n    \u003cdependencies\u003e\n        \u003cdependency\u003e\n            \u003cgroupId\u003ecom.intellectualsites.bom\u003c/groupId\u003e\n            \u003cartifactId\u003ebom-newest\u003c/artifactId\u003e\n            \u003cversion\u003eVERSION\u003c/version\u003e\n            \u003cscope\u003eimport\u003c/scope\u003e\n            \u003ctype\u003epom\u003c/type\u003e\n        \u003c/dependency\u003e\n    \u003c/dependencies\u003e\n\u003c/dependencyManagement\u003e\n```\n\n## Declaring dependencies\n\nNow you can declare dependencies without needing to specify a version:\n\n### Gradle\n```kt\ndependencies {\n    compileOnly(\"org.checkerframework:checker-qual\")\n}\n```\n\n### Maven\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003eorg.checkerframework\u003c/groupId\u003e\n    \u003cartifactId\u003echecker-qual\u003c/artifactId\u003e\n\u003c/dependency\u003e\n```\n\nYou can always override a version managed by the BOM if you wish.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintellectualsites%2Fbom","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fintellectualsites%2Fbom","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintellectualsites%2Fbom/lists"}