{"id":18887745,"url":"https://github.com/nebula-plugins/gradle-resolution-rules-plugin","last_synced_at":"2025-04-09T08:12:02.039Z","repository":{"id":2569232,"uuid":"44208382","full_name":"nebula-plugins/gradle-resolution-rules-plugin","owner":"nebula-plugins","description":"Gradle plugin for providing reusable dependency resolution rules.","archived":false,"fork":false,"pushed_at":"2025-02-25T20:16:30.000Z","size":1751,"stargazers_count":46,"open_issues_count":13,"forks_count":16,"subscribers_count":21,"default_branch":"main","last_synced_at":"2025-04-02T06:07:56.776Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Groovy","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/nebula-plugins.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2015-10-13T22:06:54.000Z","updated_at":"2025-02-25T20:16:34.000Z","dependencies_parsed_at":"2023-02-10T12:25:16.009Z","dependency_job_id":"e3522939-b596-4fd4-9d50-3a9183de0578","html_url":"https://github.com/nebula-plugins/gradle-resolution-rules-plugin","commit_stats":{"total_commits":670,"total_committers":10,"mean_commits":67.0,"dds":0.5537313432835821,"last_synced_commit":"a09b59fad434df14450b31907f591bb1750adac9"},"previous_names":[],"tags_count":136,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nebula-plugins%2Fgradle-resolution-rules-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nebula-plugins%2Fgradle-resolution-rules-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nebula-plugins%2Fgradle-resolution-rules-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nebula-plugins%2Fgradle-resolution-rules-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nebula-plugins","download_url":"https://codeload.github.com/nebula-plugins/gradle-resolution-rules-plugin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247999864,"owners_count":21031046,"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-08T07:39:19.097Z","updated_at":"2025-04-09T08:12:02.016Z","avatar_url":"https://github.com/nebula-plugins.png","language":"Groovy","readme":"# Gradle Resolution Rules Plugin\n\n![Support Status](https://img.shields.io/badge/nebula-active-green.svg)\n[![Gradle Plugin Portal](https://img.shields.io/maven-metadata/v/https/plugins.gradle.org/m2/com.netflix.nebula/gradle-resolution-rules-plugin/maven-metadata.xml.svg?label=gradlePluginPortal)](https://plugins.gradle.org/plugin/com.netflix.nebula.resolution-rules)\n[![Maven Central](https://img.shields.io/maven-central/v/com.netflix.nebula/gradle-resolution-rules-plugin)](https://maven-badges.herokuapp.com/maven-central/com.netflix.nebula/gradle-resolution-rules-plugin)\n![Build](https://github.com/nebula-plugins/gradle-resolution-rules-plugin/actions/workflows/nebula.yml/badge.svg)\n[![Apache 2.0](https://img.shields.io/github/license/nebula-plugins/gradle-resolution-rules-plugin.svg)](http://www.apache.org/licenses/LICENSE-2.0)\n\n\nGradle resolution strategies and module metadata provide an effective way to solve the most common dependency issues, however sharing these rules between projects is cumbersome, and requires custom plugins or `apply from` calls. This plugin provides general purpose rule types, allowing rules to be published, versioned, shared between projects, and optionally [dependency locked](https://github.com/nebula-plugins/gradle-dependency-lock-plugin).\n\nThese rule types solve the most common cause of dependency issues in projects, including:\n\n- Duplicate classes caused by changes to group or artifact ids, without renaming packages\n- Duplicate classes caused by bundle dependencies, which do not conflict resolve against the normal dependencies for that library\n- Lack of version alignment between libraries, where version alignment is needed for compatibility\n- Ensuring a minimum version of a library\n\n# Quick Start\n\nRefer to the [Gradle Plugin Portal](https://plugins.gradle.org/plugin/nebula.resolution-rules) for instructions on how to apply the plugin.\n\n## Open Source Rules\n\nWe produce a rules for dependencies found in Maven Central and other public repositories, to use those rules in your project add the following to your root project:\n\n```groovy\nallprojects {\n    apply plugin: 'com.netflix.nebula.resolution-rules'\n}\n\ndependencies {\n    resolutionRules 'com.netflix.nebula:gradle-resolution-rules:latest.release'\n}\n```\n\nSee the [gradle-resolution-rules](https://github.com/nebula-plugins/gradle-resolution-rules) project for details of the rules, and instructions on how to enable optional rule sets.\n\n# Documentation\n\nThe project wiki contains the [full documentation](https://github.com/nebula-plugins/gradle-resolution-rules-plugin/wiki) for the plugin.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnebula-plugins%2Fgradle-resolution-rules-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnebula-plugins%2Fgradle-resolution-rules-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnebula-plugins%2Fgradle-resolution-rules-plugin/lists"}